Jump to content
  • 0

Problema error copilation


bimax999

Question

Ma enerveaza erorile de la pawn,nush ce sa le mai fac si faza e ca da 4 erori la o singura linie.

 

C:UsersAdytzaDesktopGMSgamemodesGMS.pwn(5152) : error 029: invalid expression, assumed zero

C:UsersAdytzaDesktopGMSgamemodesGMS.pwn(5152) : warning 215: expression has no effect
C:UsersAdytzaDesktopGMSgamemodesGMS.pwn(5152) : error 001: expected token: ";", but found "]"
C:UsersAdytzaDesktopGMSgamemodesGMS.pwn(5152) : error 029: invalid expression, assumed zero
C:UsersAdytzaDesktopGMSgamemodesGMS.pwn(5152) : fatal error 107: too many error messages on one line
 
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
4 Errors.
 

Lines(Linia) 

 

if(x >= gSAZones[sAZONE_AREA][0] && x <= gSAZones[sAZONE_AREA][3] && y >= gSAZones[sAZONE_AREA][1] && y <= gSAZones[sAZONE_AREA][4]);

 

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Incearca asta:

if( (x >= gSAZones[SAZONE_AREA][0]) && (x <= gSAZones[SAZONE_AREA][3]) && (y >= gSAZones[SAZONE_AREA][1]) && (y <= gSAZones[SAZONE_AREA][4]) )

Daca nu functioneaza posteaza si liniile de mai sus.

Edited by R3muSGFX
  • Upvote 3
qua8n0lrq5wl5v5xccbk.png
 
mf79y6bvavi9sp2qqfoi.png
Contact: Mail: [email protected]
Y!M: r3mus.onlypro
Skype: r3mus.onlypro
Link to comment
Share on other sites

  • 0

 

C:UsersAdytzaDownloadsRPG.pwn(45) : fatal error 100: cannot read from file: "zones"

 
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
1 Error. 
Imi da eroare asta.I-am dat un wipe(am inceput de la inceput) pentru ca,eu cred ca de prima data asta trebuia sa o rezolv nu sa o sterg.
Astept raspunsuri.
 
Link to comment
Share on other sites

  • 0

#include <zones>

Exact, iti lipseste includeul zones, si habar nu amde unde sa ti-l scot...

 

Sterge "#include <zones>" si apoi da-ne errorile ce o sa-ti apara, caci daca nu ai includeul, utima solutie ar fi sa indepartam tot ce tine de acesta.

 

EDIT: Fa o poza la includes, sa vad ce ai pe acolo, poate includeul respectiv e sub alt nume...

Edited by KnowN .
  • Upvote 1

242086.png

Link to comment
Share on other sites

  • 0

Iti lipseste include-ul "zones", daca il gasesc pe net, revin cu edit. Da-mi linia la care iti da erroarea.

D:SCRIPTINGRPGgamemodesRPG.pwn(5152) : error 001: expected token: ")", but found "["
D:SCRIPTINGRPGgamemodesRPG.pwn(5152) : warning 215: expression has no effect
D:SCRIPTINGRPGgamemodesRPG.pwn(5152) : error 001: expected token: ";", but found "]"
D:SCRIPTINGRPGgamemodesRPG.pwn(5152) : error 029: invalid expression, assumed zero
D:SCRIPTINGRPGgamemodesRPG.pwn(5152) : fatal error 107: too many error messages on one line
 
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
4 Errors. 
Astea din ce cauza imi da? tot la aceea linie.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.