Roleplay Chat[Help]
#1

Ok When I Use My Roleplay Chat, It Works But It Says The Normal Chat That Grandlarc Gamemode Uses and it sends the message to everyone, here is my text.

Код:
 
public OnPlayerText(playerid, text[])
{
	new string[128];
	new VBName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, VBName, MAX_PLAYER_NAME);
	format(string, sizeof(string), "%s says: %s", VBName, text);
	ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
	SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
	return 1;
}
Can Anyone Fix This? I Will +Rep.
Reply


Messages In This Thread
Roleplay Chat[Help] - by Infinity90 - 24.04.2012, 20:06
Re: Roleplay Chat[Help] - by 2KY - 24.04.2012, 20:07
Re: Roleplay Chat[Help] - by Infinity90 - 24.04.2012, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)