Bank time system
#1

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
Reply
#2

No One !@
Reply
#3

srry for double posting but there is no one to help me LOL
Reply
#4

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);
  }
}
Reply
#5

it doesnt work !!! really i need bank time system
Reply
#6

HELP GUYS I AM TIRED FROM SEARCHING ABOUT THAT PLZ help
Reply
#7

No one ! LOL
Reply
#8

NO one
Reply
#9

NO one LOL
Reply
#10

2 days and theres no one
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)