robbery system problem
#1

Im making a robbery system.. but when I rob a place, all the places become unavailable to rob.. please help




I've used LOOP in CreateDynamicObject.. (safe ids)


And then, using loop again, i try to make that particular store unavailable to rob for 5 mins, but all the stores become unavailable..


Here's the loop statement


Код:
for(new i = 0; i < sizeof(StoreSafeMoney); i++)
	{
	SafeRecentlyRobbed[i] = 1;
	}
Store safe money is the object id of money..
Reply


Messages In This Thread
robbery system problem - by div - 23.06.2018, 07:21
Re: robbery system problem - by JasonRiggs - 23.06.2018, 07:24
Re: robbery system problem - by div - 23.06.2018, 07:50
Re: robbery system problem - by JasonRiggs - 23.06.2018, 07:58
Re: robbery system problem - by div - 23.06.2018, 08:01
Re: robbery system problem - by JasonRiggs - 23.06.2018, 08:06
Re: robbery system problem - by div - 23.06.2018, 08:17

Forum Jump:


Users browsing this thread: 1 Guest(s)