Szerző Téma: Itt kérdezz warningot/error -t!  (Megtekintve 125204 alkalommal)

Nem elérhető JBauer

  • 1407
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #90 Dátum: 2012. Július 18. - 16:37:13 »
0 Show voters
Zárási hiba, lehagytál egy \'}\' jelet.

Nem elérhető BVZS

  • 487
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #91 Dátum: 2012. Július 18. - 16:49:07 »
0 Show voters
Köszönöm, már csak 1 dolog maradt:


 
C:\\*Censured*\\rp.pwn(8641) : warning 213: tag mismatch
C:\\*Censured*\\rp.pwn(8641) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
1 Error.

Nem elérhető JBauer

  • 1407
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #92 Dátum: 2012. Július 18. - 16:50:05 »
0 Show voters
Másold be a hibás sort és az elõtte/utána lévõ 5 sort.

Nem elérhető BVZS

  • 487
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #93 Dátum: 2012. Július 18. - 16:52:16 »
0 Show voters
if(gGas == 1) {
             if(IsAPlane(vehicle) || IsABoat(vehicle) || IsABike(vehicle) || IsAHarvest(vehicle) || IsADrugHarvest(vehicle) || IsASweeper(vehicle))
             {
               format(string, sizeof(string), \"N/A\");
         }
         else
         {
                        format(string, sizeof(string), \"%d%\",Gas[vehicle]);
         }
            TextDrawSetString(i,Benzin,string); }// <---------- Hibás sor
         if(IsAPlane(vehicle) || IsABoat(vehicle) || IsABike(vehicle) || IsAHarvest(vehicle) || IsADrugHarvest(vehicle) || IsASweeper(vehicle) || engineOn[vehicle] == 0) { Gas[vehicle]++; }
                 Gas[vehicle]--;
         }
            else
              {
                 NoFuel = 1;
                 TogglePlayerControllable(i, 0);
           GameTextForPlayer(i,\"~r~~n~~n~~n~~n~~n~~n~~n~~n~~n~Kifogyott~w~ az üzemanyag~n~ a jármûbõl!\",1500,3);
      }
   }
       }
}
return 1;
}
« Utoljára szerkesztve: 2012. Július 18. - 16:59:59 írta TwoClose »

Nem elérhető JBauer

  • 1407
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #94 Dátum: 2012. Július 18. - 17:14:28 »
0 Show voters
TextDrawSetString(i,Benzin,string); }// <---------- Hibás sor

 
Helyett:
 
TextDrawSetString(Benzin,string); }

Nem elérhető BVZS

  • 487
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #95 Dátum: 2012. Július 18. - 17:18:52 »
0 Show voters
Köszönöm, nincs error/warning. :)

Nem elérhető JBauer

  • 1407
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #96 Dátum: 2012. Július 18. - 17:22:26 »
0 Show voters
Nincsmit, és válaszoltam a PÜre is.

Nem elérhető Kama

Itt kérdezz warningot/error -t!
« Válasz #97 Dátum: 2012. Július 20. - 23:25:02 »
0 Show voters
../include/gl_common.inc(75) : error 021: symbol already defined: \"strtok\"
../include/gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
../include/gl_common.inc(134) : error 021: symbol already defined: \"isNumeric\"
mi a probléma?

Cronos

  • Vendég
Itt kérdezz warningot/error -t!
« Válasz #98 Dátum: 2012. Július 20. - 23:31:50 »
0 Show voters
Az elsõnél az a baj h egyszer már belet másolva a strtok rész a módban. Nézd végig mert kétszer van benne.

Nem elérhető JBauer

  • 1407
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #99 Dátum: 2012. Július 21. - 09:10:53 »
0 Show voters
A másodiknál túl kicsi a tömb mérete, a harmadiknál pedig már szerepel egyszer az isNumeric függvény.

Itt kérdezz warningot/error -t!
« Válasz #100 Dátum: 2012. Július 21. - 14:58:49 »
0 Show voters
../include/gl_common.inc(80) : error 021: symbol already defined: \"strtok\"
../include/gl_common.inc(95) : error 047: array sizes do not match, or destination array is too small
../include/gl_common.inc(139) : error 021: symbol already defined: \"isNumeric\"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
3 Errors.

 
eddig pedig ment minden semmit sem változtattam..

Nem elérhető JBauer

  • 1407
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #101 Dátum: 2012. Július 22. - 09:01:14 »
0 Show voters
Másold be a gl_common.inc-et jelölve a hibás sorokat.

Itt kérdezz warningot/error -t!
« Válasz #102 Dátum: 2012. Július 23. - 16:37:00 »
0 Show voters
Ugyanez a problémám nekemis és nem segítenek  :\'(  :\'(  :\'(  :\'(   :\'(  hogy server didn\'t respoding Retrying és nem bírok fel menni HELP ME

Nem elérhető Kama

Itt kérdezz warningot/error -t!
« Válasz #103 Dátum: 2012. Július 25. - 23:54:15 »
0 Show voters
C:\\Users\\xd\\Desktop\\Test Server\\pawno\\include\\streamer.inc(156) : error 017: undefined symbol \"OBJECT_MATERIAL_SIZE_256x128\"
C:\\Users\\xd\\Desktop\\Test Server\\pawno\\include\\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol \"OnPlayerEditObject\")
C:\\Users\\xd\\Desktop\\Test Server\\pawno\\include\\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol \"OnPlayerSelectObject\")
C:\\Users\\xd\\Desktop\\Test Server\\pawno\\include\\streamer.inc(406) : error 017: undefined symbol \"SELECT_OBJECT_PLAYER_OBJECT\"
Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
2 Errors.

Itt kérdezz warningot/error -t!
« Válasz #104 Dátum: 2012. Július 26. - 14:28:08 »
0 Show voters
Ha nem másolod be a hibás sorokat senki se tud segíteni.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal