13.01.2013, 17:53
(
Последний раз редактировалось martin3644; 14.01.2013 в 17:25.
Причина: Problem Solved. [DELETE PLEASE]
)
I'm using this (LuxAdmin System):
But how to make admin names (when you klick TAB) to the same color and how to make only admins hidden on minimap. Admin name color is only in chat 0xAAFFCC00 but I want that when I klick tab, then it is 0xAAFFCC00 too.
In tab menu the name colors are random.
Sorry For Bad English!
+REP
Код:
if (AccInfo[playerid][Hide] == 0) { if(AccInfo[playerid][Level] > 0) { new string[150], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, MAX_PLAYER_NAME); format(string,sizeof(string),"%s: {FFFFFF}%s", name, text); SendClientMessageToAll(0xAAFFCC00, string); return 0; } return 1; }
In tab menu the name colors are random.
Sorry For Bad English!
+REP