Jelq Posted April 30, 2019 Author Share Posted April 30, 2019 in baza de date am 16 factiuni si in gm aveam declarate 15,am incercat sa pun 17 dar dupa imi dau 2 erori in gm... new DynamicFactions[TOTAL_FACTIONS][Factions], fRankNames[TOTAL_FACTIONS][7][180]; la inceput am #define TOTAL_FACTIONS si am pus 17,si acum primesc astea 2 : E:\gmu\proiect\gamemodes\proiect.pwn(242) : error 052: multi-dimensional arrays must be fully initialized E:\gmu\proiect\gamemodes\proiect.pwn(1669) : error 052: multi-dimensional arrays must be fully initialized Link to comment Share on other sites More sharing options...
Wildo Posted May 1, 2019 Share Posted May 1, 2019 (edited) Verifica daca nu ai depasit limita / scazut in LoadFactions () Verifica daca nu cumva ai lasat comenzi pe ZCMD, daca ai trecut pe YSI Daca ai trecut pe YSI, se sterge include-ul ZCMD din gamemode, verifica daca nu cumva ai lasat return-uri la anumite comenzi de tip return cmd_xzy Edited May 1, 2019 by Wildo Link to comment Share on other sites More sharing options...
Wildo Posted May 1, 2019 Share Posted May 1, 2019 Verifica daca in liniile E:\gmu\proiect\gamemodes\proiect.pwn(242) : error 052: multi-dimensional arrays must be fully initializedE:\gmu\proiect\gamemodes\proiect.pwn(1669) : error 052: multi-dimensional arrays must be fully initialized 242, 1669 , daca nu ai omis " ; " dupa " } " Link to comment Share on other sites More sharing options...
Jelq Posted May 1, 2019 Author Share Posted May 1, 2019 Am mai luat odata si am vzt ca uitasem sa pun , cu un rand mai sus,si dupa asta mi-au dat 4 erori tot la linile astea E:\comori\gmu\gamemodes\proiect.pwn(242) : error 029: invalid expression, assumed zero E:\comori\gmu\gamemodes\proiect.pwn(242) : error 008: must be a constant expression; assumed zero E:\comori\gmu\gamemodes\proiect.pwn(1669) : error 029: invalid expression, assumed zero E:\comori\gmu\gamemodes\proiect.pwn(1669) : error 008: must be a constant expression; assumed zero Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Tot ala de la 242: https://pastebin.com/mnu3FNkP Tot ala de la 1669: https://pastebin.com/emYAkrd6 Link to comment Share on other sites More sharing options...
Jelq Posted May 1, 2019 Author Share Posted May 1, 2019 mi-am dat seama ca e gresit aia cu , si am sters si am revenit iar la erorile alea 2.... Link to comment Share on other sites More sharing options...
Jelq Posted May 1, 2019 Author Share Posted May 1, 2019 am lasat fara nimic intre paranteze si a mers,acum mai am de rez problemele anterioare.... server_log: https://pastebin.com/QGnKUZwp Link to comment Share on other sites More sharing options...
L0K3D Posted May 1, 2019 Share Posted May 1, 2019 Dude, sunt aceleasi erori doar ca au alta sursa, e chiar atat de greu sa pui capul in miscare? Server Query and RCON API | Actualizare script fara restart | Tips & Tricks Eureka v0.2 / Discord Eureka Link to comment Share on other sites More sharing options...
Jelq Posted May 1, 2019 Author Share Posted May 1, 2019 nu prea stiu ce si cum,la loadjobs am observat ,am facut dar la restu nush,nu ma pricep la asta. Link to comment Share on other sites More sharing options...
unoarecare Posted May 1, 2019 Share Posted May 1, 2019 In gamemode ai declarat asa: factionSkins[TOTAL_FACTIONS][9] = { Inlocuieste cu: factionSkins[TOTAL_FACTIONS][8] = { Iar TOTAL_FACTIONS sa fie egal cu 16. Link to comment Share on other sites More sharing options...
Jelq Posted May 1, 2019 Author Share Posted May 1, 2019 (edited) am incercat si asa si nu a mers,am lasat fara nimic intre [ ] si a mers. Edited May 1, 2019 by Jelq Link to comment Share on other sites More sharing options...
Recommended Posts