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
#2

Whats not working? is the chat bubble invisible?
Reply
#3

yes,i can't see it on players head
Reply
#4

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)