Quote:
Originally Posted by detter
This line
Код:
for(new i;i < MAX_PLAYERS; i++) if(AccInfo[playerid][Level] >= 1 && AccInfo[playerid][admin] > 0) SendClientMessage(i, grey, string);
just added this
Код:
&& AccInfo[playerid][admin] > 0
change admin var. if yours is diffrent
|
Thanks man after adding that and test to the server. I can still see that i was being spectated.