Chat Bubble question
#1

Well i used chat bubble for players in jail that it shows Player Jailed on top, if they get unjailed how can i remove chat bubble. i tryed doing SetPlayerChatBubble(playerid,"Player Jailed",0xFF680DFF,100.0,1000); and it was still showing player jailed on top of their name
Reply
#2

what you use for set it ..
Reply
#3

Just show a GameText with there jailtime? like:

pawn Код:
format(string, sizeof(string), "~r~Jailtime:~n~~g~%d", jailtime);
GameTextForPlayer(playerid, string, 3000, 5);
Well thats all i do..Reply if you dont know how to make a specific time decrease and i will code it up for you.
Reply
#4

Use 3dtext instead. In that way you can simply kill the 3dtext when the prisoner is out of jail. I believe the chatbubble is used with a included timer only.
Reply
#5

When he get's out of the jail/exits, Use SetPlayerChatBubble(playerid, " ", 0xFF0000FF, 100.0, 1000); to clear it.
Reply
#6

how can i make the 3dtext over their head?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)