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



help with NPC ChatBubble - snabbo - 12.01.2010

hi everyone,
How can you let reflect SetPlayerChatBubble above a head of NPC always?
I thought something of timer…

In advance thanks
Snabbo


Re: help with NPC ChatBubble - Correlli - 12.01.2010

Search, this was asked already.


Re: help with NPC ChatBubble - snabbo - 12.01.2010

sorry but I cannot find it…


Re: help with NPC ChatBubble - snabbo - 13.01.2010




Re: help with NPC ChatBubble - Babul - 13.01.2010

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Код:
SetPlayerChatBubble(ID, text, 0xffffff3f, 250.0, 1000*60*60);
btw: the "1000*60*60" is easier to read, anyways the compiler will optimize it to 3600000, so you dont NEED to write "3600000" for 1 real hour...