01.03.2009, 17:41
Here it is:
public OnPlayerText(playerid,text[])
Under
new textstring[128];
format(textstring, sizeof(textstring), "[%i] %s", playerid, text);
SendPlayerMessageToAll(playerid, textstring);
return 0;
}
this is it
public OnPlayerText(playerid,text[])
Under
new textstring[128];
format(textstring, sizeof(textstring), "[%i] %s", playerid, text);
SendPlayerMessageToAll(playerid, textstring);
return 0;
}
this is it

