16.04.2017, 10:24
Quote:
I wanna show in textdraw the current player score and the next rank score required. Like i am Corporal and i have 50 score, to be Corporal 2 i'll need 100 score, so 50 / 100
How? |
idk why you using foreach at this situation(you showing for all server players at one time?).
Код HTML:
new scorestring[25]; format(scorestring, sizeof(scorestring), "%d / %d", GetPlayerScore(playerid), rankScore); PlayerTextDrawSetString(playerid, NextRankTxd[[playerid]], scorestring);