31.03.2014, 10:47
place the if statement of sscanf above the if statement where it checks the mod like this
pawn Код:
if(sscanf(params, "u", givetoid))return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /makegangmod [playerid]");
if(PlayerInfo[givetoid][pGangMod] == 0 ) return SendClientMessage(playerid, COLOR_REALRED, "ERROR: That player is not an gang Moderator");