13.08.2011, 10:52
Here is full code.
The code works for my
Код:
//top of u script #define COLOR_INVISIBLE 0xFFFFFF00 //onplayerspawn if(IsPlayerAdmin) { SetPlayerColor(playerid,COLOR_INVISIBLE); } else { SetPlayerColor(playerid,YOURCOLOURFORADMINS); }