23.06.2010, 04:28
Ok after 5 minutes of total darkness I think I got it
And for updates... rank up, player leaves and someones else joins....
How do I update them?
Код:
//OnPlayerSpawn Foreach... if(team = MYTEAM) Create3DLabel; if(rank = 1) Update3DLabel //to rank 1 if(rank = 2) Update3DLabel //to rank 2 //etc Attach3DLabel(playerid);
How do I update them?