i'm trying to make a scirpt that makes it so that when a player says /stunme it stuns him,
i've coded it but it wont work, heres the code:
package stunme{
function serverCmdStunme(%Client,%Arg)
{
%col.setvelocity("10 10 10");
tumble(%thisplayer, 15000);
}
};
activatepackage(stunme);