02.01.2015, 13:33
Um..Well, I use this variable to know which Character a User is Playing in. (MultiCharacter)
So, I've to do like this. Example:-
The original 'new' for the above equation is:
But, you see. This becomes very long. Maybe Defining helps, but I need in this regard. How to Make this shorter?
What I want it to work it like is.
i.e Remove the Character slot, 'SLOT', variable from this eq. Anybody?
pawn Код:
new CurrentCharacter[MAX_PLAYERS];
pawn Код:
if(CharacterInfo[playerid][CurrentCharacter[playerid]][Admin] >= 5));
pawn Код:
new Character[MAX_PLAYERS][MAX_SLOT][CharacterInfo];
What I want it to work it like is.
pawn Код:
CharacterInfo[playerid][Admin]

