30.11.2009, 03:26
one word: new.
if that works, and u want that rank displayed for all players, then try that line at top in your script:
it will create an array for all players, 32 should be enough for a maximum namelenght of 20 characters in sa-mp, but maybe u want to add some name/clan-tags
Код:
new attach[playerid] = Create3DTextLabel(str,0x008080FF,-2062.5583,237.4662,37.7149,40.0,0);
Код:
new attach[MAX_PLAYERS][32] = Create3DTextLabel(str,0x008080FF,-2062.5583,237.4662,37.7149,40.0,0);