04.02.2010, 04:44
Hai guys..
After a long search on this forum for SetPlayerChatBubble & looking on the wiki iv finally done this,
But with that placed in the correct spot, when i go to compile it comes up with,
Any idea's would be very greatfull.
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;
}
Код:
error 017: undefined symbol "SetPlayerChatBubble"

