Jump 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.

Bij mij wil de special actor 'NURGRL1' niet laden. Gta loopt dan gewoon vast en moet ik mijn computer opnieuw opstarten.

Ik denk dat het ligt aan de actor omdat ik dit ook had met de Hot Coffee mod, daar liep Sa ook vast.

Hoe komt dat?

Ik heb V1 dus daar ligt het denk ik niet aan.

Featured Replies

Op deze manier kunnen we niet helpen, we moeten natuurlijk de code zien. Het vastlopen duid wel vaak op een "wait" vergeten. In elke lus moet een wait. Misschien dat dat het is, anders moet je toch je code laten zien. ;)

  • Author

Ok, maar ik wist al dat het aan de actor lag, omdat ik hem had veranderd naar een andere actor en die deed het wel.

Maar waarom doet NURGRL1 het niet en FORELLI het wel.

Hier is dan de code:

:CARWASH
thread 'CARWASH'
// Load models
Model.Load(#FELTZER)
023C: load_special_actor 'NURGRL1' as 1 // models 290-299
04ED: load_animation "CAR" 
038B: load_requested_models
:MODEL_LOAD
if or
  not Model.Available(#FELTZER) 
823D:   not special_actor 1 loaded 
84EE:   not animation "CAR" loaded 
004D: jump_if_false @MODEL_SPAWN
0001: wait 0 ms
0002: jump @MODEL_LOAD
:MODEL_SPAWN
1@ = Car.Create(#FELTZER, 2517.41, -1461.04, 23.1)
Car.SetImmunities(1@, 1, 1, 1, 1, 1)
Car.Angle(1@) = 90.0
2@ = Actor.Create(Special, #SPECIAL01, 2507.96, -1463.85, 23.1611)
0464: put_actor 2@ into_turret_on_car 1@ at_car_offset 0.0 1.266 0.391 position 0 shooting_angle_limit 0.0 with_weapon 0 
Actor.Health(2@) = 10000
0812: AS_actor 2@ perform_animation "TYD2CAR_LOW" IFP_file "CAR" 4.0 loopA 0 lockX 0 lockY 0 lockF 1 time 0 // versionB 
end_thread

Edited by Marioleo69

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.

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.