04.10.2011, 17:37
You can use y_hooks, and you can do this:
pawn Код:
stock TG_GivePlayerMoney( playeid, CASH )
{
GivePlayerMoney( playerid, CASH );
return YOUR_HOOK( );
}