20.02.2014, 05:16
To convert those commands to zcmd, all you need to do is this (your first command as example):
Can be converted to:
And take it out of OnPlayerCommandText, don't leave it in there.
pawn Код:
if(strcmp("/gateo", cmdtext, true) == 0)
pawn Код:
COMMAND:gateo(playerid, params[])