Bitwise - Flags not turning on.
#3

pawn Код:
enum PlayerVars:(<<=1)
{
    PLAYER_SPAWNED = 1,
    PLAYER_LOGGED_IN,
    PLAYER_IS_REGISTERED,

//and so on
}

new PlayerVars:PlayerVariables[MAX_PLAYERS];
Reply


Messages In This Thread
Bitwise - Flags not turning on. - by thefatshizms - 04.08.2013, 01:07
Re: Bitwise - Flags not turning on. - by Bakr - 04.08.2013, 01:53
Re: Bitwise - Flags not turning on. - by thefatshizms - 04.08.2013, 12:37

Forum Jump:


Users browsing this thread: 1 Guest(s)