Hey Guys...Im trying to make some labels in game...But they will disappear after 1 sec.
This is my code:
This is my code:
PHP Code:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
label=CreatePlayer3DTextLabel(playerid,"test",COLOR_RED,x,y,z,40.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);