Where can i find OnPlayerUpdate???
#2

In the samp source code

It's a callback dude, an event, you just write it in your script like so:

pawn Код:
public OnPlayerUpdate( playerid )
{
  return 1;
}
Dunno if that is the correct params but a quick search will sort that out for you.
Reply


Messages In This Thread
Where can i find OnPlayerUpdate??? - by Moustafa - 28.06.2009, 13:10
Re: Where can i find OnPlayerUpdate??? - by Donny_k - 28.06.2009, 13:13
Re: Where can i find OnPlayerUpdate??? - by Andom - 28.06.2009, 16:33
Re: Where can i find OnPlayerUpdate??? - by Correlli - 28.06.2009, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)