SA-MP Forums Archive
How do I do OnPlayerUpdate Hook? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How do I do OnPlayerUpdate Hook? (/showthread.php?tid=551886)



How do I do OnPlayerUpdate Hook? - _Application_ - 21.12.2014

I'm working on Include, i need Access to public OnPlayerUpdate...


How do I do OnPlayerUpdate Hook?


Re: How do I do OnPlayerUpdate Hook? - DobbysGamertag - 21.12.2014

y_hooks

Then you can use:

pawn Код:
hook OnPlayerUpdate(playerid)
{
    return 1;
}
Unless you want to follow a tutorial: https://sampforum.blast.hk/showthread.php?tid=441293