show rank when player texts
#1

This is my code which i cannot seem to get working. It's basically supposed to display the players rank before the players name when they type. (Example: Private John: hello)


This is what i have at the moment.
pawn Код:
public OnPlayerText(playerid, text[])
{
 SetPlayerChatBubble(playerid, text, C_WHITE, 100.0, 10000);
 }
    new text[128];
    new string[128];
    format(string, sizeof(string), "** %s %s [%d]: %s", ClassName(playerid), Name(playerid), playerid, text);
    foreach(Player, i)
    }
return 1;
}
Reply


Messages In This Thread
show rank when player texts - by Eminem 2ka9 - 16.03.2013, 21:41
Re: show rank when player texts - by Scenario - 16.03.2013, 21:47
Re: show rank when player texts - by Eminem 2ka9 - 16.03.2013, 21:53
Re: show rank when player texts - by Jstylezzz - 16.03.2013, 21:55
Re: show rank when player texts - by Eminem 2ka9 - 16.03.2013, 22:03
Re: show rank when player texts - by Vince - 16.03.2013, 22:05
Re: show rank when player texts - by Scenario - 16.03.2013, 22:05
Re: show rank when player texts - by Eminem 2ka9 - 16.03.2013, 22:16
Re: show rank when player texts - by Eminem 2ka9 - 16.03.2013, 22:22
Re: show rank when player texts - by Bicentric - 16.03.2013, 22:38

Forum Jump:


Users browsing this thread: 3 Guest(s)