Turning quickly on & off the 6 wanted level causes the game to keep spawning the army on the streets, although wanted level being below 6.
We can do this placing these commands immediately after the LEVELSTART, before any WHILE loop:
Code: Select all
ALTER_WANTED_LEVEL (p1, 6)
DO_NOWT
ALTER_WANTED_LEVEL (p1, 1)
It works even on multiplayer until a player get busted. Even if wanted level increases, the army still spawn.
I tried to find the memory address related to the army spawn, but I didn't get it. It would be fun to create some kind of martial law.
- Example
- martial_law.jpg (96.37 KiB) Viewed 33481 times