Skip to content
View in the app

A better way to browse. Learn more.

GTAGames.nl - De Nederlandse Grand Theft Auto Community!

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Politie San Andreas

Goedendag luitjes, ik heb een vraagje.

In welk bestand staat waar welke politieauto spawnt? Dus dat de LSPD cruiser alleen in los santos verschijnt, en de ranger alleen in Red County, Flint County, Whetstone en Bone County.

En met die vraag heb ik nog een tweede vraag: Is het mogelijk om het zo in te stellen dat alle politiewagens overal verschijnen?

Alvast bedankt.

Featured Replies

Hmm, volgens mij is dat hard coded. Ik denk niet dat het aan te passen is.

Het is inderdaad hard coded, maar je kan het toch nog aanpassen met cleo:

adres 0x8a5a8c: model dat spawnt in Red County etc

adres 0x8a5a90: model dat spawnt in LS

adres 0x8a5a94: model dat spawnt in SF

adres 0x8a5a98: model dat spawnt in LV

adres 0x8a8a9c: bike model

bv

0A8C: write_memory 0x8a5a90 size 4 value #COPCARRU vp 0 // laat ranger spawnen in LS

En het simpelste om je 2de vraag dan op te lossen is waarschijnlijk een loop die constant de models wijzigt:

{$CLEO .cs}
03A4: name_thread 'COPC'
0006: 1@ = 596
:loopdaloop
0001: wait $DEFAULT_WAIT_TIME
0006: 0@ = 0x8a5a8c
:nextcar
0A8C: write_memory 0@ size 4 value 1@ vp 0
000A: 0@ += 4
00D6: if
0019:   0@ > 0x8a5a98
004D: jump_if_false @nextcar
000A: 1@ += 1
00D6: if
0019:   1@ > 599   
004D: jump_if_false @loopdaloop
0006: 1@ = 596
0002: jump @loopdaloop
0A93: end_custom_thread

post-140414-0-20292000-1430242810.png

Edited by robin_be

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.