Command Problem
#1

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

pawn Код:
if( Groups[Player[playerid][Group]][CommandTypes] == 1 || Groups[Player[playerid][Group]][CommandTypes] == 4 )
I want it so if your 1 AND 11 you can do it i tryed this:

pawn Код:
if( Groups[Player[playerid][Group]][CommandTypes] == 1 && Groups[Player[playerid][Group]][CommandTypes] == 11 || Groups[Player[playerid][Group]][CommandTypes] == 4 )
but that didnt work, can anyone help me here thanks
Reply
#2

pawn Код:
if( Groups[Player[playerid][Group]][CommandTypes] == 1 || Groups[Player[playerid][Group]][CommandTypes] == 11 )
Reply
#3

Quote:
Originally Posted by Hashski
Посмотреть сообщение
pawn Код:
if( Groups[Player[playerid][Group]][CommandTypes] == 1 || Groups[Player[playerid][Group]][CommandTypes] == 11 )
Yes ofcurse lool.. Thanks mate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)