15.12.2016, 18:50
Quote:
if(GetPlayerSkin(playerid) != 285 && 280 && 287) return SendClientMessage(playerid, -1, "{FF0000}Sorry This Place only For SWAT, you are not Police");
replace with if(!GetPlayerSkin(playerid) == 285 && 280 && 287) return SendClientMessage(playerid, -1, "{FF0000}Sorry This Place only For SWAT, you are not Police"); test it and let me know if this worked. |