Fast question
#5

Also, you'll need to save it to a variable.
pawn Код:
new gpColor[ MAX_PLAYERS ];
To save the color
pawn Код:
gpColor[ playerid ] = GetPlayerColor( playerid );
To restore the player's color
pawn Код:
SetPlayerColor( playerid, gpColor[ playerid ] );
Reply


Messages In This Thread
Fast question - by sim_sima - 24.02.2011, 15:57
Re: Fast question - by maramizo - 24.02.2011, 16:04
Re: Fast question - by sim_sima - 24.02.2011, 16:10
Re: Fast question - by maramizo - 24.02.2011, 16:35
Re: Fast question - by Mean - 24.02.2011, 16:37
Re: Fast question - by sim_sima - 24.02.2011, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)