SetPlayerChatBubble 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: SetPlayerChatBubble Help (
/showthread.php?tid=125478)
SetPlayerChatBubble Help -
Dave1972 - 04.02.2010
Hai guys..
After a long search on this forum for SetPlayerChatBubble & looking on the wiki iv finally done this,
Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}
But with that placed in the correct spot, when i go to compile it comes up with,
Код:
error 017: undefined symbol "SetPlayerChatBubble"
Any idea's would be very greatfull.
Re: SetPlayerChatBubble Help -
Correlli - 04.02.2010
Do you have the 0.3 include files in your \pawno\include\ folder?
Re: SetPlayerChatBubble Help -
Dave1972 - 04.02.2010
Oh... Thank you.. lol
I thought i did, but i double checked and i didnt.
Thanks for helping mate..
Re: SetPlayerChatBubble Help -
Correlli - 04.02.2010
You're welcome.