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.

Cleo met vars werkt niet

Hallo,

Ik ben bezig geweest met het maken van een nieuwe cleo script, alleen ik krijg hem niet werkend. Ik ben zelf al een tijdje aan het zoeken, maar ik kon de fout niet vinden :(.

// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007

{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
thread 'WPODS'
0AB4: 13@ = var 0 // 0 = Closed, 1 = Open 
0AAC: 10@ = load_mp3 "CLEO\AUDIO\WEAPON_OPEN.MP3" 
0AAC: 20@ = load_mp3 "CLEO\AUDIO\WEAPON_CLOSE.MP3"

// Is user in defender? If not, good bye
:WPODS_10
wait 0
if
 Actor.DrivingVehicleType($PLAYER_ACTOR, #BRAVURA) // Defender
 Actor.DrivingVehicleType($PLAYER_ACTOR, #WILLARD) // Off Road Defender
 Actor.DrivingVehicleType($PLAYER_ACTOR, #BUFFALO) // Avenger
 Actor.DrivingVehicleType($PLAYER_ACTOR, #INFERNUS) //Off Road Avenger
else_jump @WPODS_10

if
 0AB0:   key_pressed 118
else_jump @WPODS_10

03C0: 0@ = actor $PLAYER_ACTOR car

if
0039:   13@ ==  0  // integer values
004D: else_jump @WPODS_20

0AAD: set_mp3 10@ perform_action 1 
08A6: set_car 0@ componentA 4 rotation_to 0.0 
08A6: set_car 0@ componentA 5 rotation_to 0.0 
wait 10 
08A6: set_car 0@ componentA 4 rotation_to 0.05 
08A6: set_car 0@ componentA 5 rotation_to 0.05 
wait 10 
08A6: set_car 0@ componentA 4 rotation_to 0.1 
08A6: set_car 0@ componentA 5 rotation_to 0.1 
wait 10 
08A6: set_car 0@ componentA 4 rotation_to 0.15 
08A6: set_car 0@ componentA 5 rotation_to 0.15 
1@ = 0 
jump @WPODS_10

:WPODS_20
0AAD: set_mp3 20@ perform_action 1 
08A6: set_car 0@ componentA 4 rotation_to 0.15 
08A6: set_car 0@ componentA 5 rotation_to 0.15 
wait 10 
08A6: set_car 0@ componentA 4 rotation_to 0.1 
08A6: set_car 0@ componentA 5 rotation_to 0.1 
wait 10 
08A6: set_car 0@ componentA 4 rotation_to 0.05 
08A6: set_car 0@ componentA 5 rotation_to 0.05 
wait 10 
08A6: set_car 0@ componentA 4 rotation_to 0.0 
08A6: set_car 0@ componentA 5 rotation_to 0.0 
1@ = 0 
jump @WPODS_10 

Bob

Featured Replies

No posts to show

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.