Bank time system - 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: Bank time system (
/showthread.php?tid=358815)
Bank time system -
Joe Vagos - 11.07.2012
hey, guys
i want to make Bank-System, so if the clock turns 6, every player inside the Bank-Area gets an amount of money, every day at 6 o' clock. so i hope that u help me
Re: Bank time system -
Joe Vagos - 11.07.2012
No One !@
Re: Bank time system -
Joe Vagos - 12.07.2012
srry for double posting but there is no one to help me LOL
Re: Bank time system -
leonardo1434 - 12.07.2012
Here goes a simple example, just adapt to your code.
pawn Код:
new Hour, Minute, Second;
gettime(Hour, Minute, Second);
if(Hour == 17 && Minute == 59 && Second == 59)
{
if(IsPlayerInRangeOfPoint(playerid,10.0,X,Y,Z)
{
GivePlayerMoney(playerid,amount);
}
}
Re: Bank time system -
Joe Vagos - 12.07.2012
it doesnt work !!! really i need bank time system
Re: Bank time system -
Joe Vagos - 17.07.2012
HELP GUYS I AM TIRED FROM SEARCHING ABOUT THAT PLZ help
Re: Bank time system -
Joe Vagos - 18.07.2012
No one ! LOL
Re: Bank time system -
Joe Vagos - 19.07.2012
NO one
Re: Bank time system -
Joe Vagos - 22.07.2012
NO one LOL
Re: Bank time system -
Joe Vagos - 24.07.2012
2 days and theres no one