silly pecon, that's the third world rp!
EXCLUSIVE SCREENSHOT-snip-MORE COMMING LATER
-snip-
Code: [Select]package shoerp{ function gameconnection::spawnplayer(%this) { parent::spawnplayer(%this); %this.player.hidenode("ALL"); %this.player.unhidenode("lshoe"); %this.player.unhidenode("rshoe"); }};activatepackage(shoerp);Someone host this, now.
package shoerp{ function gameconnection::spawnplayer(%this) { parent::spawnplayer(%this); %this.player.hidenode("ALL"); %this.player.unhidenode("lshoe"); %this.player.unhidenode("rshoe"); }};activatepackage(shoerp);
Rotty should be focusing on updating zombie mod more, and adding random junk less.Not that a shoe rp isn't a totally awesome idea, but... Priorities.
If you add an activate on command function.
function servercmdtoggleshoerp(%client){ if(!%client.isadmin) return; if($shoeRp) $shoeRp=false; else $shoeRp=true;}package shoerp{ function gameconnection::spawnplayer(%this) { parent::spawnplayer(%this); if($shoeRp) { %this.player.hidenode("ALL"); %this.player.unhidenode("lshoe"); %this.player.unhidenode("rshoe"); } }};activatepackage(shoerp);
???A / command? Event? I'm not sure what you mean.
IT'S HAPPENINGPRAISE JESUS LET THERE BE SANDALS