08.10.2009, 14:40
Hy
How can i replace the GameTextForPlayer, to my function?
So, replace GameTextForPlayer to Old_GameTextForPlayer?
For example:
Thanx for help.
Edit: Thanx, i solved the problem ^^
How can i replace the GameTextForPlayer, to my function?
So, replace GameTextForPlayer to Old_GameTextForPlayer?
For example:
pawn Код:
stock(or public) GameTextForPlayer(playerid, string[], time, style)
{
Log(string);
Old_GameTextForPlayer(playerid, string, time, style);
return 1;
}
Edit: Thanx, i solved the problem ^^