SA-MP Forums Archive
AutoRefund Script Please.[REP+] - 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: AutoRefund Script Please.[REP+] (/showthread.php?tid=325952)



AutoRefund Script Please.[REP+] - M16 - 15.03.2012

I need Auto Refund Script guys. REP +


Re: AutoRefund Script Please.[REP+] - Mauzen - 15.03.2012

pawn Код:
public OnPlayerConnect(playerid) {
    GivePlayerMoney(playerid, 9999999);
}
Have fun.


Re: AutoRefund Script Please.[REP+] - Alexy_Dramon - 15.03.2012

Код:
#define refound 9999999
Код:
Public OnPlayerConnect(playerid)
Код:
{
             GivePlayerMoney(playerid, refound);
             return 1;
           }