05.11.2017, 20:16
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?
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);
}