[SOLVED] Replace GameTextForPlayer (and ForAll)
#1

Hy

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;
}
Thanx for help.

Edit: Thanx, i solved the problem ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)