07.09.2014, 12:11
I have seen a script that uses:
for example:
how are they doing it?
for example:
pawn Код:
pInfo[playerid][pLevel] |= LEVEL_1;
and for checking:
if(pInfo[playerid][pLevel] & LEVEL_1)