need help on modI would like a mod that does this Code: onPlayerSpawned() { self endon("disconnect"); self endon ( "death" ); self waittill("spawned_player"); self notifyOnPlayerCommand("5", "+actionslot 2"); for(;;) { self waittill("5"); self iPrintLnBold(self getOrigin()); } } which is the location teller. and at the same time that does ufo mode or noclip mode. can anyone help me? or could you pls make one for me?
Originally Posted by funkaloo007 I would like a mod that does this Code: onPlayerSpawned() { self endon("disconnect"); self endon ( "death" ); self waittill("spawned_player"); self notifyOnPlayerCommand("5", "+actionslot 2"); for(;;) { self waittill("5"); self iPrintLnBold(self getOrigin()); } } which is the location teller. and at the same time that does ufo mode or noclip mode. can anyone help me? or could you pls make one for me? UFO mode and Noclip is disabled in MP, maybe use Little Server Tool?