CreateDynamic3DTextLabel not working at all.
#1

Hey guys so I'm trying to create a 3D textlabel with Incognito's streamer, and attach it to a player like this:
PHP код:
//top
new Text3D:PlayerNametag[MAX_PLAYERS];
//---------
//This is a cmd for example:
new Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
PlayerNametag[playerid] = CreateDynamic3DTextLabel("Suspect"0xAA3333AAxyz20.0playerid); 
But the 3DLabel is not even being created. Creating the labels without trying to attach them works, but when I put 'playerid' or something in the native to attach it, it won't even create.
Thanks for your help.
Reply


Messages In This Thread
CreateDynamic3DTextLabel not working at all. - by insus100 - 25.05.2018, 22:49
Re: CreateDynamic3DTextLabel not working at all. - by DeathCore - 26.05.2018, 00:27

Forum Jump:


Users browsing this thread: 1 Guest(s)