SA-MP Forums Archive
NPC help - 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: NPC help (/showthread.php?tid=429948)



NPC help - MichaelWharton101 - 11.04.2013

Okay, So i am trying to make it so i can have a format like this
'line 1: ARP Administrator
line 2: GOD
Line 3: Creator of all'

My code as of now

Код:
		BusText = CreateDynamic3DTextLabel("GOD", COLOR_YELLOW, 0, 0, -20, 25, playerid);
		Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL, BusText , E_STREAMER_ATTACH_OFFSET_Z, 0.25);
Little idea of how it should look...




Re: NPC help - MichaelWharton101 - 11.04.2013

I have got it