17.04.2014, 22:02
it's possible?
if not...
why it's not typing the second %s? (text)...
if not...
PHP код:
public OnPlayerText(playerid, text[])
{
new Text[144];
format(String,sizeof(String),"%s says: %s",GetName(playerid),Text);
SendClientMessage(playerid,-1,String);
return 1;
}