Need Help with this code
#7

I guess there's a mistake here...
But I don't know...
Код:
	if(TimeAfterBankJob < TIME_BETWEEN_BANKJOBS)
	    {
	    	new bjt;
	    	bjt = TIME_BETWEEN_BANKJOBS - TimeAfterBankJob;
	    	format(string, sizeof(string), "   You must wait %d hours before making the next bank robbery attempt.", bjt);
			SendClientMessage(playerid, COLOR_GREY, string);
			return 1;
	    }
Reply


Messages In This Thread
Need Help with this code - by JiMadness - 14.09.2011, 19:17
Re: Need Help with this code - by Ash. - 14.09.2011, 19:27
Re: Need Help with this code - by JiMadness - 14.09.2011, 19:30
Re: Need Help with this code - by Ash. - 14.09.2011, 19:33
Re: Need Help with this code - by JiMadness - 14.09.2011, 19:39
Re: Need Help with this code - by Ash. - 14.09.2011, 19:47
Re: Need Help with this code - by JiMadness - 14.09.2011, 20:14
Re: Need Help with this code - by Ash. - 14.09.2011, 20:34

Forum Jump:


Users browsing this thread: 3 Guest(s)