16.05.2013, 00:03
SetPlayerChatBubble(playerid, text[], color, Float:drawdistance, expiretime)
- For more info - https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
PHP код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}