Createplayer3dlable not show
#4

The syntax is wrong:
pawn Код:
(playerid, text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, attachedplayer, attachedvehicle, testLOS)
You are creating the label at X=40, Y=0 and Z=0.
Here's how you gotta do it:
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreatePlayer3DTextLabel(playerid,"Yes\nI'm VIP",0xFFFF00FF,X,Y,Z,40.0,playerid,INVALID_VEHICLE_ID,0);
https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
Reply


Messages In This Thread
Createplayer3dlable not show - by Venice - 09.08.2014, 19:50
Re: Createplayer3dlable not show - by David (Sabljak) - 09.08.2014, 19:56
Re: Createplayer3dlable not show - by Venice - 09.08.2014, 20:00
Re: Createplayer3dlable not show - by Faisal_khan - 09.08.2014, 20:01
Re: Createplayer3dlable not show - by Venice - 09.08.2014, 20:27

Forum Jump:


Users browsing this thread: 2 Guest(s)