15.12.2016, 18:40
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.
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.