30.11.2010, 21:42
Quote:
Never knew you can do without return, thanks Ryder! Once again, i learned something new!
|
The code he has can be written different ways to. Hopefully this will make you understand it more:
pawn Код:
public OnPlayerText(playerid, text[])
{
SendPlayerMessageToAll(playerid, ColouredText(text));
return 0;
}