Attaching 3d text - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Attaching 3d text (
/showthread.php?tid=113434)
Attaching 3d text -
DiddyBop - 13.12.2009
How do you attach 3d text to player and its connected to there chat also?
so when they say somthing like.. BLA BLA BLA it also appears above there head? but then deletes after about 5-10 secs...
Re: Attaching 3d text -
Correlli - 13.12.2009
Use chat bubble -
https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Re: Attaching 3d text -
[FIR]EVIL_BOSS - 09.02.2011
how i add a textlabel can anyone amke a tut video I AM NOT scripter make a tut i am using ladmim 4.0
Re: Attaching 3d text -
[FIR]EVIL_BOSS - 13.02.2011
help me
Re: Attaching 3d text -
[FIR]EVIL_BOSS - 16.02.2011
help me are u guys sleeping
Re: Attaching 3d text -
HyperZ - 16.02.2011
@[FIR]EVIL_BOSS:
Under inc's:
pawn Код:
new Text3D:3Dtxtlbl[MAX_PLAYERS];
OnPlayerConnect:
pawn Код:
3Dtxtlbl[playerid] = Create3DTextLabel("Bla Bla Bla Bla",-1, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(3Dtxtlbl[playerid],playerid,0.0, 0.0, 0.7);
Check This:
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Re: Attaching 3d text -
[FIR]EVIL_BOSS - 16.02.2011
this is workin on only admins?
Re: Attaching 3d text -
[FIR]EVIL_BOSS - 18.02.2011
help me