Quote:
Originally Posted by mineralo
pawn Код:
if(!strcmp(cmd,"/san",true)) { new tmp[256]; tmp = strtok(cmdtext,idx); if(!strlen(tmp) || !IsNumeric(tmp)) return scm(playerid,-1,"/san <id>"); new id = strval(tmp); if(!IsPlayerConnected(id)) return scm(playerid,-1,"This Players Isn't Connected !"); SetPlayerPos(id,x,y,z);// change yourself return 1; }
|
I use ZCMD

Help me please. I don't know how to pass it to a ZCMD command.