14.03.2011, 15:44
Okay Im trying to set so you can type a command if your in a group/if you have the commandtype.
But i can't get it working here is the code
I want it so if your 1 AND 11 you can do it i tryed this:
but that didnt work, can anyone help me here thanks
But i can't get it working here is the code
pawn Код:
if( Groups[Player[playerid][Group]][CommandTypes] == 1 || Groups[Player[playerid][Group]][CommandTypes] == 4 )
pawn Код:
if( Groups[Player[playerid][Group]][CommandTypes] == 1 && Groups[Player[playerid][Group]][CommandTypes] == 11 || Groups[Player[playerid][Group]][CommandTypes] == 4 )