SA-MP Forums Archive
CreateDynamic3DTextLabel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CreateDynamic3DTextLabel (/showthread.php?tid=403469)



CreateDynamic3DTextLabel - Xlithan - 30.12.2012

Throughout my script, I have this function.

I'm using it to create little signs around the map, as you do.

However, the problem I'm having is getting the right coordinates for the parameters. I've tried using my /save coordinates but I still don't see the text when I go into the game.

How can I get the right coordinates for the Float:X/Y/Z values?


Re: CreateDynamic3DTextLabel - Peach - 30.12.2012

Go into Documents\GTA San Andreas User Files\SAMP\Savespositions.txt

It should be the last line in there.


Re: CreateDynamic3DTextLabel - Xlithan - 30.12.2012

AddPlayerClass(288,152.6153,1918.9409,18.9036,71.7 715,0,0,0,0,0,0); //

That's What I have in my Savedpositions.txt, so i set my text up like so...

CreateDynamic3DTextLabel("/ng\nTo open your locker.", COLOR_NG, 152.6153, 1918.9409, 18.9036+0.6, 10.0); // NG Area 51

Still doesn't show up though


Re: CreateDynamic3DTextLabel - Peach - 30.12.2012

pawn Код:
CreateDynamic3DTextLabel("Press G\nTo open your locker.", COLOR_NG, 152.6153, 1918.9409, 18.9036+0.6, 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 10.0);