Blockland Forums > Modification Help
Packaging Stuff - eek!
cucumberdude:
Secrit :o
Anyways, it ain't working :/
--- Code: ---package lolno
{
function serverCmdDropPlayerAtCamera(%c)
{
//lolno
}
function serverCmdDropCameraAtPlayer(%c)
{
//lolno
}
function serverCmdWarp(%c)
{
//nope.avi
}
};
--- End code ---
What am I forgetting? :/
EDIT: Oh wow, activate package...
fail.
phflack:
--- Quote from: cucumberdude on November 07, 2010, 10:50:14 PM ---EDIT: Found it. serverCmdWarp(%cl); for future reference.
--- End quote ---
if it is /stuffs, then it tends to be servercmdstuffs, as i've seen so far
Headcrab Zombie:
It will always be like that, since the client knows to call commandtoserver if the chat message begins with /
phflack:
that's what i thought the / ment, good to know i was right :D