Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Erori compilare - VA ROG AJUTATI-MA!


Question

Posted (edited)

Salutare!

Am vrut sa dau compile in pawno la un script si imi da erorile astea:

\gamemodes\RO.pwn(1248) : error 017: undefined symbol "GREEN"
\gamemodes\RO.pwn(1263) : error 017: undefined symbol "GREEN"
\gamemodes\RO.pwn(1356) : error 029: invalid expression, assumed zero
\gamemodes\RO.pwn(1356) : warning 215: expression has no effect
\gamemodes\RO.pwn(1356) : error 001: expected token: ";", but found "]"
\gamemodes\RO.pwn(1356) : error 029: invalid expression, assumed zero
\gamemodes\RO.pwn(1356) : fatal error 107: too many error messages on one line

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


6 Errors.

 

L-am lasat necompilat, si cand deschid samp-server.exe se deschide si se inchide urgent.

Va rog ajutati-ma! 
 

Edited by __MeGaTrOnN__

9 answers to this question

Recommended Posts

  • 0
Posted

#define COLOR_GREEN         0x33AA33AA

 

Si la linia 1356, ai uitat sa inchizi ceva.

 

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

  • 0
Posted

 

Citat

\gamemodes\RO.pwn(1248) : error 017: undefined symbol "GREEN"
\gamemodes\RO.pwn(1263) : error 017: undefined symbol "GREEN"

trebuie sa pui sus de tot #define GREEN 0x33AA33AA

Citat

\gamemodes\RO.pwn(1356) : error 029: invalid expression, assumed zero
\gamemodes\RO.pwn(1356) : warning 215: expression has no effect
\gamemodes\RO.pwn(1356) : error 001: expected token: ";", but found "]"
\gamemodes\RO.pwn(1356) : error 029: invalid expression, assumed zero
\gamemodes\RO.pwn(1356) : fatal error 107: too many error messages on one line

Corect cred ca ar fi: 

format(string, sizeof(string), "Acum tu tractezi un %s", VehicleName[GetVehicleModel(GetPlayerVehicleID(playerid))-400]);

si sus sa declari: 

new VehicleName[][] = {

si sa enumeri numele lor, sau daca ai deja declarat schimba numele cum ai in gm

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.