SetPlayerChatBubble - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerChatBubble (
/showthread.php?tid=161642)
SetPlayerChatBubble -
[NTX]MikeQ - 20.07.2010
SetPlayerChatBubble doesnt work
code:
pawn Код:
if(GetPlayerScore(playerid) >150)
{
SetPlayerChatBubble(playerid,"UnderBoss", COLOR_GREEN, 100.00, 9000000000000000000000000000000000000000);
}
It has no errors or warnings but ingame noone sees a chat bubble in green up my head
Re: SetPlayerChatBubble -
Яσскѕтая - 20.07.2010
Do you see it? Cause you might be displaying it only for you..
EDIT: Not working for me either, excuse my lame post.
Re: SetPlayerChatBubble -
Bayler - 20.07.2010
SetPlayerChatBubble .. is a 'Timed' function, and your using it as a marker for the player... while it in essence SHOULD work, i think the 'Time' that you've set, is potentially the problem.
Attach3DTextLabelToPlayer would better serve your project.
Re: SetPlayerChatBubble -
[NTX]MikeQ - 20.07.2010
Oh ok thanks ill try attack3dtextlabeltoplayer now