28.06.2009, 13:13
In the samp source code 
It's a callback dude, an event, you just write it in your script like so:
Dunno if that is the correct params but a quick search will sort that out for you.

It's a callback dude, an event, you just write it in your script like so:
pawn Код:
public OnPlayerUpdate( playerid )
{
return 1;
}