25.11.2013, 03:27
Then you probably declared it as:
just change it to:
IF.. you're only using one CityHall off-course, else you need to give the index of the cityhall
between those brackets like:
for if the First city hall has been robbed, then change the 0 to a 1 for the second etc etc.
Hope this helped.
Код:
new CityHallWasRobbedRecently [];
Код:
new CityHallWasRobbedRecently ;
between those brackets like:
Код:
new CityHallWasRobbedRecently [0];
Hope this helped.