Run function in Hours
#1

Next, my home system has a function that charges the taxes, and if it does not pay the property will be automatically released for lack of tax.
And I wanted to put this function to run every day at 3:00 AM. This count on the Online or Offline player.
Any tips on how to do this?

pawn Код:
if(PlayerInfo[playerid][pThousa] >=1){
     Lbhouse(playerid);
     format(string, sizeof(string), " | HOUSES| Your home has +1 account, pay otherwise it will be released!");
     SendClientMessage(playerid, 0xCAFF95AA, string);
     }
Reply


Messages In This Thread
Run function in Hours - by Leonaardo - 05.11.2017, 20:16
Re: Run function in Hours - by Leonaardo - 06.11.2017, 01:38
Re: Run function in Hours - by Sgt.TheDarkness - 06.11.2017, 01:41
Re: Run function in Hours - by Leonaardo - 06.11.2017, 02:14

Forum Jump:


Users browsing this thread: 1 Guest(s)