OnPlayerInfoChange(playerid) callback - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: OnPlayerInfoChange(playerid) callback (
/showthread.php?tid=60328)
OnPlayerInfoChange(playerid) callback -
ledzep - 03.01.2009
I took a peek on the SA-MP Wiki and didn't find anything. Did a little searching on the forums, still no dice. Can anyone list what 'player info' triggers this callback?
Thanks,
ledzep
Re: OnPlayerInfoChange(playerid) callback -
Khelif - 03.01.2009
Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
Re: OnPlayerInfoChange(playerid) callback -
ledzep - 03.01.2009
Quote:
Originally Posted by Khelif
Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
|
Not exactly the answer I was expecting, but thank-you for the reply.
Anyone else?
Re: OnPlayerInfoChange(playerid) callback -
Backwardsman97 - 03.01.2009
Quote:
Originally Posted by Khelif
Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
|
No? I couldn't really find it any where either. Maybe it's not important. You could use OnPlayerUpdateInstead maybe.
Re: OnPlayerInfoChange(playerid) callback -
ledzep - 03.01.2009
Yeah, I was just curious about what this callback actually did. I wasn't planning on using it lol :P
Re: OnPlayerInfoChange(playerid) callback -
dax123 - 03.01.2009
It seems that OnPlayerInfoChange(playerid) called if player's skinid is changed.
am i correct? :S
//EDIT : NO, i'm wrong i tested it on my debug mode.
Re: OnPlayerInfoChange(playerid) callback -
Badger(new) - 08.04.2009
so when is OnPlayerInfoChange Called? what info changed calls it?
Re: OnPlayerInfoChange(playerid) callback -
Nubotron - 08.04.2009
Never, i think they have forget to remove the native definition