SetPlayerChatBubble Not working!
#2

SetPlayerChatBubble creates a chat bubble above a player's name tag. But is used only to show a text that player send ( OnPlayerText, or in command like /me ).

pawn Код:
public OnPlayerSpawn( playerid )
{
    new
        Float:X, Float:Y, Float:Z;
       
    GetPlayerPos( playerid, X, Y, Z );
    CreatePlayer3DTextLabel( playerid, "Anti-Spawnkill ON", GREEN, X, Y, Z, 100.0 );
    return 1;
}
Reply


Messages In This Thread
SetPlayerChatBubble Not working! - by Amine_Mejrhirrou - 23.01.2012, 18:47
Re: SetPlayerChatBubble Not working! - by Konstantinos - 23.01.2012, 18:53
Re : SetPlayerChatBubble Not working! - by Amine_Mejrhirrou - 23.01.2012, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)