Blockland Forums > General Discussion
all of our gamemode prayers have been answered praise rotondo
<< < (9/11) > >>
IkeTheGeneric:

--- Quote from: Rykuta on February 14, 2013, 10:00:31 PM ---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.

--- End quote ---

If you want an update for the zombie mod why dont YOU do it...
Butler:

--- Quote from: pecon98 on February 14, 2013, 12:37:37 AM ---
--- Code: ---package shoerp
{
function gameconnection::spawnplayer(%this)
{
parent::spawnplayer(%this);
%this.player.hidenode("ALL");
%this.player.unhidenode("lshoe");
%this.player.unhidenode("rshoe");
}
};
activatepackage(shoerp);
--- End code ---


Someone host this, now.

--- End quote ---

lol I'll host it.

If you add an activate on command function.
pecon98:

--- Quote from: Butler on February 14, 2013, 11:55:20 PM ---If you add an activate on command function.

--- End quote ---
???

A / command? Event? I'm not sure what you mean.

edit: I'll assume you meant a / command to toggle it on/off.


--- Code: ---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);
--- End code ---

So now you can just do /shoerp to toggle it on/off. It starts off.
Butler:

--- Quote from: pecon98 on February 15, 2013, 12:19:46 AM ---???

A / command? Event? I'm not sure what you mean.

--- End quote ---

Yes. A /command.

Should've just said command function.
Sleven:

--- Quote from: skill4life on February 13, 2013, 10:43:22 PM ---



IT'S HAPPENING

PRAISE JESUS LET THERE BE SANDALS

--- End quote ---

lmao
Navigation
Message Index
Next page
Previous page

Go to full version