26.02.2014, 14:51
im sure this is easy but im having trouble im trying to disable the name tag for players and enable a 3d text above their head that shows just id.
this is what i have so far ]
but this doesnt work i also tried to define idname = GetPlayerid(playerid), but of cour4se that didnt work either i think im missing making the id into a string so it can print it
thanks i know it is a simple fix
this is what i have so far ]
Код:
new Text3D:label = Create3DTextLabel("%d",playerid, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); for(new i = 0; i < MAX_PLAYERS; i++) Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
thanks i know it is a simple fix