SA-MP Forums Archive
chat bubbleeeeeeeee - 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: chat bubbleeeeeeeee (/showthread.php?tid=140217)



chat bubbleeeeeeeee - xLowrider - 08.04.2010

Looking to make when someone types /AFK
it says on the chat bubble

AFK

unsure what the proper method is to do that, without making it a sting..



Re: chat bubbleeeeeeeee - ScottCFR - 08.04.2010

Use the Wiki, Look through it and you wouldn't be asking this question.

Wiki.Sa-Mp.com


Re: chat bubbleeeeeeeee - cloud9 - 08.04.2010

when player types /afk

do
SetPlayerChatBubble(playerid,"AFK",COLOUR_WARNING, 50.0,99999999);


and when he types /back
do
SetPlayerChatBubble(playerid," ",COLOUR_WARNING, 50.0,99999999);