Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package completelyhidenames
- {
- function gameconnection::spawnplayer(%this)
- {
- Parent::spawnPlayer(%this);
- %this.player.setName("TEMPPLAYER");
- %this.player = new Player(newplayer : TEMPPLAYER)
- {
- client = %this;
- };
- %this.applyBodyParts();
- %this.applyBodyColors();
- TEMPPLAYER.delete();
- newplayer.setName("");
- %this.setControlObject(%this.player);
- }
- function serverCmdLight(%client)
- {
- return;
- }
- };
- activatepackage(completelyhidenames);
Advertisement
Add Comment
Please, Sign In to add comment