23.06.2018, 07:21
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
Store safe money is the object id of money..
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; }