How could I set another players server variable like I tried PlayerHasFlightQueue[playa] = PlayerHasFlightQueue[playa] + 1;
but it will give me an error unless I remove [playa] and yes I have playa defined so don't give me that crap.
How could I set another players server variable like I tried PlayerHasFlightQueue[playa] = PlayerHasFlightQueue[playa] + 1;
but it will give me an error unless I remove [playa] and yes I have playa defined so don't give me that crap.
hmmm did you define it like this?:
or did you do it like this? (this one is wrong for what you want to do)Code:new PlayerHasFlightQueueu[MAX_PLAYERS];
Code:new PlayerHasFlightQueueu;
Oh.......I'm gonna try that and post back.
Thanks so much for the help! It worked. I got another question though, how could I set another player's nametag color?
Last edited by StraMS; 01-08-10 at 08:28 PM.
and i think the hex is like this:Code://using hex notation: SetPlayerColor(playerid, 0xFFFF00AA); //using decimal notation: SetPlayerColor(playerid, 4294901930);
"Ox" Opacity Red Green Blue