Auto Refund - 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: Auto Refund (
/showthread.php?tid=378377)
Auto Refund -
hejsan123 - 17.09.2012
Hello Guys!
I need help with Auto Refund can someone script for me a Auto Refund?
Re: Auto Refund -
Mauzen - 17.09.2012
pawn Код:
public OnGamemodeInit() {
SetTimerEx("Autorefund", 60000, 0, "i", playerid);
}
public Autorefund(playerid) {
Kick(playerid);
}
Re: Auto Refund -
SAMP_Luke - 17.09.2012
Mauzen wins. Very helpful also!
Re: Auto Refund -
Mauzen - 17.09.2012
I guarantee that my code and usual "autorefunds" will have exactly the same effect on your playercount.