28.04.2012, 14:33
put this some where at last of your script thats it
and then you have to use it
in like
and then you have to use it
in like
pawn Код:
public OnPlayerText(playerid , text[])
{
new string[128];
format(string ,sizeof(string) , "[%s]: %s",GetName(playerid),text))
SendClientMessageToAll(-1,string);// this will send a white colored message
}