01.02.2014, 16:51
strcmp is just a pain in the ass to script, it does however work fine. In the future, you should use zcmd, to convert strcmp commands into something zcmd can read, replace
with
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)