Quote:
Originally Posted by admigo
Here is full code.
Код:
//top of u script
#define COLOR_INVISIBLE 0xFFFFFF00
//onplayerspawn
if(IsPlayerAdmin) {
SetPlayerColor(playerid,COLOR_INVISIBLE);
}
else {
SetPlayerColor(playerid,YOURCOLOURFORADMINS);
}
The code works for my
|
yea i know what you mean, but invisible players will see admin, and they shouldn't... thats the problem.