Help with something small
#1

Hey guys
In a server I used to play in,when any player standing infront of you and he types something it appears above his head
Example: am in LS and a player infront or beside or around me and he types hi it appers above his name
I saw it in that server and I need it for my server
Can any1 help me plz?
I will give +1 rep for those who help
Reply
#2

PHP код:
    SetPlayerChatBubble(playeridtext, -1100.010000); 
add this under OnPlayerText
Reply
#3

pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, -1, 100.0, 10000);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)