chat bubble problem - 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 bubble problem (
/showthread.php?tid=241788)
chat bubble problem -
mike_1 - 18.03.2011
i typed this: SetPlayerChatBubble(playerid,0xFFFFFFFF,"iwjghwge" );
and iv got a fatal error with mismatch: error 035: argument type mismatch (argument 2)
what can i do to fix this problem?
Re: chat bubble problem -
maramizo - 18.03.2011
pawn Код:
SetPlayerChatBubble(playerid,"iwjghwge",0xFFFFFFFF);
Re: chat bubble problem -
mike_1 - 18.03.2011
i typed that you told but iv got two warnings:number of arguments does not match definition
warning:number of arguments does not match definition
Re: chat bubble problem -
Noah_Roufus - 18.03.2011
https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Example: SetPlayerChatBubble(playerid, "My bubble", 0xFFFFFFFF, 100.0, 10000);