Setchatbubble not working
#1

can't see chat bubble on head

Код:
public OnPlayerSpawn(playerid)
{
    new string[128];
    format(string,sizeof(string),"You can't be killed for %d second(s) - Spawn Protection", PROTECTION);
	SendClientMessage(playerid,COLOR_GREEN,string);
	SetPlayerChatBubble(playerid,"Anti-Spawnkill protected player",COLOR_GREEN, 100.0,5000);
	PInfo[playerid][God] = 1;
    SetTimerEx("AntiSpawnkill",PROTECTION*1000,0,"d",playerid);
}
Reply


Messages In This Thread
Setchatbubble not working - by Nabster - 19.02.2015, 08:18
Re: Setchatbubble not working - by Neufox - 19.02.2015, 08:31
Re: Setchatbubble not working - by Nabster - 19.02.2015, 08:35
Re: Setchatbubble not working - by Nabster - 20.02.2015, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)