05.11.2015, 07:14
I trying to make a player3dtext with this code
example = CreatePlayer3DTextLabel(playerid,"{FFFF00}This is the text {FF4500}", 0xFF0000AA, X, Y, Z, 30.0, 1 );
X, Y ,Z is the player pos which is GetPlayerPos(playerid, x, y, z); And when i compile everything is normal but when i enter the game, the text hadnt appear, nothing happens
What happens
example = CreatePlayer3DTextLabel(playerid,"{FFFF00}This is the text {FF4500}", 0xFF0000AA, X, Y, Z, 30.0, 1 );
X, Y ,Z is the player pos which is GetPlayerPos(playerid, x, y, z); And when i compile everything is normal but when i enter the game, the text hadnt appear, nothing happens
What happens