[HELP] Chat Bubble
#1

Hy, I want to anyone help me about SetPlayerChatBubble!

I wanted to put chat bubble if is player lower level that 2 to show chat bubble over the head of the player and show the this text "[ Turista ]"

I know that I must have a timer becouse if player play for a long time, the chat bubble will disappear, and I must set a timer for this chat bubble BUT I DONT KNOW HOW TO SET TIMER FOR THIS!

Like a:
Код:
if(PlayerInfo[playerid][pLevel] <= 1)
{
if(IsPlayerConnected(para1))
{
GetPlayerName(playerid, name, sizeof(name));
SetPlayerChatBubble(playerid, "[ Turista ]", COLOR_LIGHTRED, 40.0, 6600000);
}
return 1;
}
HELP ME
Reply


Messages In This Thread
[HELP] Chat Bubble - by c0GI - 10.05.2012, 12:41
Re: [HELP] Chat Bubble - by c0GI - 10.05.2012, 12:58
Re: [HELP] Chat Bubble - by iGetty - 10.05.2012, 12:59
Re: [HELP] Chat Bubble - by Jonny5 - 10.05.2012, 13:00
Respuesta: [HELP] Chat Bubble - by kirk - 10.05.2012, 13:04
Re: [HELP] Chat Bubble - by milanosie - 10.05.2012, 13:04
Re: [HELP] Chat Bubble - by c0GI - 10.05.2012, 13:08
Respuesta: Re: [HELP] Chat Bubble - by kirk - 10.05.2012, 13:23
Re: [HELP] Chat Bubble - by c0GI - 10.05.2012, 13:28
Respuesta: Re: [HELP] Chat Bubble - by kirk - 10.05.2012, 13:41

Forum Jump:


Users browsing this thread: 2 Guest(s)