27.04.2017, 03:00
Hi how can i add 2 statement in 1 if
example
example
Код:
if(IsPlayerAdmin(playerid) or (pAdmin[playerid] == 3) ) { }
if(IsPlayerAdmin(playerid) or (pAdmin[playerid] == 3) ) { }
if(IsPlayerAdmin(playerid) || pAdmin[playerid] == 3)