Little Question to ChatBubbles - 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: Little Question to ChatBubbles (
/showthread.php?tid=201696)
Little Question to ChatBubbles -
DogZone - 22.12.2010
Hello sa-mp.com,
I have a Question to ChatBubbles
I Create on my GM :
Код:
//Under OnPlayerCommand --> /call
SetPlayerChatBubble(i, "Holt sein Handy raus", 0xFF0000FF, 100.0, 10000);
InGame coming not Bubble when use /call
is this Function deaktivatet ?
sry for my bad english.
Re: Little Question to ChatBubbles -
The_Gangstas - 22.12.2010
you can't see the chat bubble, only other players can. did you test it with someone else?
Re: Little Question to ChatBubbles -
piohh - 22.12.2010
Quote:
Originally Posted by DogZone
Hello sa-mp.com,
I have a Question to ChatBubbles
I Create on my GM :
Код:
//Under OnPlayerCommand --> /call
SetPlayerChatBubble(i, "Holt sein Handy raus", 0xFF0000FF, 100.0, 10000);
InGame coming not Bubble when use /call
is this Function deaktivatet ?
sry for my bad english.
|
Whats the result if you use this line?
Код:
//Under OnPlayerCommand --> /call
SetPlayerChatBubble(playerid, Holt sein Handy raus, 0xFF0000FF, 100.0, 10000);
AW: Little Question to ChatBubbles -
DogZone - 22.12.2010
thx for reply
@The_Gangsters : I can not see myself? Okay i test a later with other person.
@Piohh: da ist das selbe problem. Wenn das Stimmt das man es selber nicht sieht, muss ich es spдter mit jemand anderen es testen.