21.07.2014, 03:49
Quote:
for zcmd
pawn Код:
|
pawn Код:
it should be like this-
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
{
new str[256];
format(str, sizeof(str), "Command '%s' "orange"doesn't exist", cmdtext);
SendClientMessage(playerid, -1, str);
}
return 1;
}
You can use only 1 command processor if you are using strcmp and want to convert to zcmd see this-
https://sampforum.blast.hk/showthread.php?tid=459934
+rep if helped