05.08.2012, 13:53
I have ZCMD and it's a rank system but How would I display the players rank about his/her head or name?
Here is the actual code:
I've seen this many times in servers...
All I want is A rank like "Major" Above the players Name
Here is the actual code:
Код:
strcat(tmp, rank); SendClientMessage(playerid, COLOR_WHITE, tmp); format(string, sizeof(string),"Name:%s - Your Current Score: "#COL_GREEN#"%d",Pname, score); SendClientMessage(playerid, COLOR_WHITE, string); return 1;
All I want is A rank like "Major" Above the players Name