28.12.2017, 11:48
How to uodate dynamic 3dtextlabel every 2seconds? I use it as my nametag abovehead with 3dtext hp and armor
new Float:hp,Float:armour;
GetPlayerHealth(playerid,health);
GetPlayerArmour(playerid,armour);
format(string,sizeof(string),"%d hp and %d armour",health,armour);
UpdateDynamic3DText(...
UpdateDynamic3DTextLabelText(STREAMER_TAG_3D_TEXT_LABEL ID,color, const text[]);