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.

Hmm probleempje

Hey

Ik heb deze foutmeldingen:

D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(155) : error 029: invalid expression, assumed zero
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(155) : error 001: expected token: ";", but found ")"
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(155) : error 029: invalid expression, assumed zero
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(155) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

en dit is de lijn:

	if(getCheckpointType(playerid) == CheckPoint_CarTuning && IsPlayerInAnyVehicle(playerid))

N-I-C-K

Featured Replies

plaats de rest van het command ook eens.

  • Author
plaats de rest van het command ook eens.

is geen command maar ik post het wel ;)

	if(getCheckpointType(playerid) == CheckPoint_CarTuning && IsPlayerInAnyVehicle(playerid))
{
	new string[50];
	format(string, sizeof(string), "~y~Typ /enter_tun om de TuningShop binnen te gaan.");
	GameTextForPlayer(playerid,string,3000,0);
	return 1;
}

Heb je hem bovenaan het script wel gedefinieerd? Als dat niet zo is moet je even dit bovenaan je script zetten:

new CheckPoint_CarTuning;

  • Author
Heb je hem bovenaan het script wel gedefinieerd? Als dat niet zo is moet je even dit bovenaan je script zetten:

new CheckPoint_CarTuning;

Ik ben niet dom :puh: nee dat staat er gewoon xD

...maar dat moet er niet staan...

Je moet #define gebruiken

#define CheckPoint_CarTuning 1

Die '0' moet je ff veranderen naar het aantal checkpoints dat je hebt.

Begin wel te tellen vanaf 0

Bijvoorbeeld

#define CheckPoint_Bank 0
#define CheckPoint_CarTuning 1
#define CheckPoint_Airport 2

Edited by =>Sandra<=

  • Author
...maar dat moet er niet staan...

Je moet #define gebruiken

#define CheckPoint_CarTuning 1

Die '0' moet je ff veranderen naar het aantal checkpoints dat je hebt.

Begin wel te tellen vanaf 0

Bijvoorbeeld

#define CheckPoint_Bank 0
#define CheckPoint_CarTuning 1
#define CheckPoint_Airport 2

ik zie het ja.. maar nu heb ik dit: http://pastebin.com/m49deb35c

en dit zijn de errors(ik haat die dingen!)

D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(226) : error 029: invalid expression, assumed zero
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(262) : error 029: invalid expression, assumed zero
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(262) : error 001: expected token: ";", but found ")"
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(262) : error 029: invalid expression, assumed zero
D:\GTA SA\GTA San Andreas\samp\gamemodes\tut_cartuning.pwn(262) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.

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.