SA-MP Forums Archive
chat buble help - 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: chat buble help (/showthread.php?tid=255772)



chat buble help - mike_1 - 17.05.2011

how can i use the SetPlayerChatBubble can anyone give me a code? i allways get this error while i am using this: SetPlayerChatBubble(playerid,COLOR_GREEN,30.0,1000 0); \filterscripts\M.pwn(40) : error 035: argument type mismatch (argument 2)
how can i fix this error


Re: chat buble help - ScottCFR - 17.05.2011

Is the problem in the "1000 0"? I don't think that space is supposed to be there. However I've been wrong before.


Re: chat buble help - mike_1 - 17.05.2011

#define COLOR_GREEN 0x33AA33AA


Re: chat buble help - mike_1 - 17.05.2011

can anyone give me a code of a chatbubble


Re: chat buble help - alpha500delta - 17.05.2011

Here: SetPlayerChatBubble.
It seems you are missing the "text" parameter.