again help please :D
#1

ok guys i wanna to make timer for hotel rooms rent 10 hours in game ( 10mins. )
how i can do that

Thanks
Reply
#2

pawn Код:
SetTimerEx("RentPay", 600000, true, "i", playerid);

forward RentPay(playerid);
public RentPay(playerid)
{
       //Your rent stuff here
       return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)