11.03.2015, 20:09
if(PlayerInfo[playerid][pAdministrator]||PlayerInfo[playerid][pSupporter]){
//code inside here.
}
or
if(!PlayerInfo[playerid][pAdministrator]&&!PlayerInfo[playerid][pSupporter]) return 0;
//Code after that
either one would work.
//code inside here.
}
or
if(!PlayerInfo[playerid][pAdministrator]&&!PlayerInfo[playerid][pSupporter]) return 0;
//Code after that
either one would work.