12.08.2011, 21:43
hey guys i wanna make a 3d text label that it shows above the player but it has to say what he types in say i typed
/Label the killer.
i want the label to say above the player The Killer here is my code but i have no idea how to do this
Can Someone help meeee
/Label the killer.
i want the label to say above the player The Killer here is my code but i have no idea how to do this
Код:
if(strcmp(cmdtext,"/label",true) == 0) { new PlayerText3D:playertextid; new Float:X, Float:Y, Float:Z; GetPlayerPos( playerid, X, Y, Z ); playertextid = CreatePlayer3DTextLabel(playerid,"%s",0x008080FF,X,Y,Z,40.0); return 1; }