[BOT HELP] How do I do this? - 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: [BOT HELP] How do I do this? (
/showthread.php?tid=240885)
[BOT HELP] How do I do this? -
grand.Theft.Otto - 16.03.2011
How can I get a name tag and ID for the bot? Just like how all players have one. At the moment I'm using Attach3DTextLabel but I don't really like it.
Any solutions?
Re: [BOT HELP] How do I do this? -
hadzx - 16.03.2011
i dont think their is anyother way unless samp 0.3c made one - and it would bring problems like their health bar and stuff since bots dont realy have health
Re: [BOT HELP] How do I do this? -
grand.Theft.Otto - 16.03.2011
Yeah, I know, I just want the name tags not health bars.
Re: [BOT HELP] How do I do this? -
grand.Theft.Otto - 19.03.2011
Bump.
Re: [BOT HELP] How do I do this? -
maramizo - 19.03.2011
TextDraw3DLabel?
Re: [BOT HELP] How do I do this? -
grand.Theft.Otto - 26.03.2011
Bump - none of the above answers help.
Anyone?
Re: [BOT HELP] How do I do this? -
[ProX]BlueFire - 26.03.2011
lol easy
u just put his name in ur line changing colors and ur done
eximple:
Код:
SendClientMessage(playerid, 0xFFFFFF,"{0xCC6633}TheRock:{0xFFFFFF}it doesnt metter what do u thing!");
Re: [BOT HELP] How do I do this? -
grand.Theft.Otto - 26.03.2011
What? I don't understand what you mean.