04.10.2009, 12:44
Hi Community,
I want to save the Color of the Player at OnPlayerConnect. (Color of the ID)
But if i want to set the Color to the Connect color (SA:MP ID Color)
Doesn't work.
Over Main:
In OnPlayerConnect:
Someone can help me ?
I want to save the Color of the Player at OnPlayerConnect. (Color of the ID)
But if i want to set the Color to the Connect color (SA:MP ID Color)
Doesn't work.
Over Main:
Код:
new poldcolor[MAX_PLAYERS];
Код:
poldcolor[playerid] = GetPlayerColor(playerid);