28.12.2014, 17:30
Mind showing your PlayerInfo and SendClientError code?
Try compiling the code like this, then tell me what error you get.
Try compiling the code like this, then tell me what error you get.
pawn Код:
if(PlayerInfo[playerid][ranklvl] == 2 && PlayerInfo[playerid][authority_weplic] != 1)
{
SendClientError(playerid, CANT_USE_CMD);
return 1;
}