22.06.2016, 21:33
Quote:
No? It will bro.
if(IsPlayerInDM[playerid]) = if(IsPlayerInDM[playerid] == true) if(!IsPlayerInDM[playerid]) = if(IsPlayerInDM[playerid] == false) |
pawn Код:
IsPlayerInDM[playerid] // The variable.
if(IsPlayerInDM[playerid] == AMOUNT) // The numeric value the variable is equal to.
That's like saying
if(Variable[playerid])
is the same as
if(Variable[playerid] == 949586)