Label
#8

one word: new.
Код:
new attach[playerid] = Create3DTextLabel(str,0x008080FF,-2062.5583,237.4662,37.7149,40.0,0);
if that works, and u want that rank displayed for all players, then try that line at top in your script:
Код:
new attach[MAX_PLAYERS][32] = Create3DTextLabel(str,0x008080FF,-2062.5583,237.4662,37.7149,40.0,0);
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
Reply


Messages In This Thread
Label - by armyoftwo - 29.11.2009, 15:17
Re: Label - by Joe Staff - 29.11.2009, 15:19
Re: Label - by Marcel - 29.11.2009, 15:20
Re: Label - by armyoftwo - 29.11.2009, 16:00
Re: Label - by armyoftwo - 29.11.2009, 17:10
Re: Label - by KIDUL - 29.11.2009, 17:19
Re: Label - by armyoftwo - 29.11.2009, 18:30
Re: Label - by Babul - 30.11.2009, 03:26
Re: Label - by armyoftwo - 30.11.2009, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)