Incogn. streamer 3dtext. - 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: Incogn. streamer 3dtext. (
/showthread.php?tid=303242)
Incogn. streamer 3dtext. -
Baboon - 12.12.2011
house[v][labels][0] = CreateDynamic3DTextLabel("Health: %d\Noobs: %s\Prew: %s", COLOR_YELLOW, 0, 0, 15, 150, INVALID_PLAYER_ID, vehicleid, 0, 0, 0, 0, 100.0);
Well guys, I wonder why this only shows up for ID 0.
Re : Incogn. streamer 3dtext. -
Baboon - 12.12.2011
bump, sorry.
Re: Incogn. streamer 3dtext. -
skaTim - 15.01.2012
Try this
pawn Код:
house[v][labels][0] = CreateDynamic3DTextLabel("Health: %d\Noobs: %s\Prew: %s", COLOR_YELLOW, Float:X, Float:Y, Float:Z, 150, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);