OnPlayerText - 3DText
#2

By using SetPlayerChatBubble.

Example.
pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 30.0, 5000); // This does it for 5 seconds.
    return 1;
}
Reply


Messages In This Thread
OnPlayerText - 3DText - by Larry123 - 02.03.2012, 21:46
Re: OnPlayerText - 3DText - by Walsh - 02.03.2012, 21:49
Re: OnPlayerText - 3DText - by Larry123 - 02.03.2012, 21:51

Forum Jump:


Users browsing this thread: 2 Guest(s)