22.04.2010, 20:32
You can only call public functions (GameTextForPlayer is native).
pawn Код:
forward GameTextForPlayerEx(playerid, const string[], time, style);
public GameTextForPlayerEx(playerid, const string[], time, style)
{
return GameTextForPlayer(playerid, string, time, style);
}