SA-MP Forums Archive
3D Lable - 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: 3D Lable (/showthread.php?tid=615906)



3D Lable - oktokt1 - 28.08.2016

I Want To Make Admin on duty cmd

When admin type it set his hp unlimited
and give him all good weapons
and Create 3D Labels into his head



Now the problem is :

3D Labels
idk how to create it.


Re: 3D Lable - FreAkeD - 28.08.2016

https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer


Re: 3D Lable - BigGroter - 28.08.2016

pawn Код:
new Text3D:label = Create3DTextLabel("Admin on duty", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
^from the wiki above.


Re: 3D Lable - oktokt1 - 29.08.2016

Thnx Both :>


Re: 3D Lable - oMa37 - 29.08.2016

Use streamer, It's more advanced.


Re: 3D Lable - MaazS - 29.08.2016

Quote:
Originally Posted by oMa37
Посмотреть сообщение
Use streamer, It's more advanced.
Definitely use streamer for this.

Also if they're an admin, why give them weapons? Can't they just use a command to set someones HP and kill them or something?