30.05.2012, 17:45
Hello!I would like to ask whether it can put text over the player name and if possible how it works ..
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000); //everything what player types will be also shown on the player's head.
return 1;
}