21.02.2015, 13:07
Quote:
I'm not sure, but return in ZCMD should always contain 1. You use like return SendClientMessage.... Maybe try sending a message and then return 1.
|
Also meaning instead of this line:
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 5) return SendClientMessage(playerid, COLOR_RED, "Command not found on the server! /help");
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 5) return 0;
Regarding the actual problem, im not sure why it happens, just thought i'd say that.