Question | When filterscript loaded, - 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: Question | When filterscript loaded, (
/showthread.php?tid=83811)
Question | When filterscript loaded, -
RonLipel_ - 27.06.2009
the "OnPlayerConnect" public in the filter is activated?
tnx,
Ron.
Re: Question | When filterscript loaded, -
Grim_ - 27.06.2009
If you add it to the filterscript, yeah.
Re: Question | When filterscript loaded, -
RonLipel_ - 27.06.2009
im talking about loading filterscript with Rcon Command.
Re: Question | When filterscript loaded, -
Grim_ - 27.06.2009
If you have inside of the filterscript
pawn Код:
OnPlayerConnect(playerid)
it will be called when the filterscript loads, and a player connects.
Re: Question | When filterscript loaded, -
RonLipel_ - 27.06.2009
ok, tnx!