SA-MP Forums Archive
Bail Sistem (+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: Bail Sistem (+rep) (/showthread.php?tid=521948)



Bail Sistem (+rep) - ScripteRMKD - 25.06.2014

Hello.I want to make prison bail.How can i make for 10 seconds to be bail 1000$ ?


Re : Bail Sistem (+rep) - Clad - 25.06.2014

pawn Код:
new bailprice;
bailprice = 1000;



Re: Bail Sistem (+rep) - ScripteRMKD - 25.06.2014

omg i know this but how can i for 10 seconds to be 1000 not for all time 1000


Re: Bail Sistem (+rep) - PrivatioBoni - 25.06.2014

pawn Код:
new seconds, bailprice;

bailprice = seconds * 100;