SA-MP Forums Archive
What to use instead of OnPlayerInfoChange - 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: What to use instead of OnPlayerInfoChange (/showthread.php?tid=585659)



What to use instead of OnPlayerInfoChange - rojrocks - 15.08.2015

Hey guys
I am sripting a filescript but have a problem for this code.I searched a lot of treads but none of them solved it.
I just wanted to ask that what can I use insted of OnPlayerInfoChange or what is the zcmd command for it.

Quote:

public OnPlayerInfoChange(playerid)

Thanks


Re: What to use instead of OnPlayerInfoChange - Dziugsas - 15.08.2015

what do you want to use it for?


Re: What to use instead of OnPlayerInfoChange - rojrocks - 15.08.2015

It is actually in another guys filesript but i dont know its use.
I am making a custom gamemode using different filescripts.

Thanks


Re: What to use instead of OnPlayerInfoChange - rojrocks - 15.08.2015

The whole code is
Quote:

public OnPlayerInfoChange(playerid)
{
return 1;
}

Does this means it has no function and i can delete it?


Re: What to use instead of OnPlayerInfoChange - Dziugsas - 15.08.2015

Of course you can delete it.This function as far as i know doesn't do anything.


Re: What to use instead of OnPlayerInfoChange - rojrocks - 15.08.2015

Thanks for your help