27.01.2010, 19:06
Get zcmd
At top of script:
Anywhere:
Something like that, I know it's not 100%
At top of script:
pawn Код:
#include <zcmd>
pawn Код:
zcmd(jail, playerid, params[])
{
new player
if (!sscanf(params, "u", player)
{
SetPlayerPos(/*your jail co-ords here*/)
return 1;
}
else SendClientMessage(playerid, color, "USAGE: /jail [userid/partname]
return 1;
}

