Setchatbubble not working - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Setchatbubble not working (
/showthread.php?tid=564051)
Setchatbubble not working -
Nabster - 19.02.2015
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);
}
Re: Setchatbubble not working -
Neufox - 19.02.2015
Whats not working? is the chat bubble invisible?
Re: Setchatbubble not working -
Nabster - 19.02.2015
yes,i can't see it on players head
Re: Setchatbubble not working -
Nabster - 20.02.2015
bump