C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(223) : error 020: invalid symbol name "" C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(74 : error 017: undefined symbol "LoadBancoDasOrgs" C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(823) : error 029: invalid expression, assumed zero C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(823) : error 029: invalid expression, assumed zero C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(823) : warning 215: expression has no effect C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(823) : error 001: expected token: ";", but found "]" C:\Users\Yuri\Desktop\GM\Euro RPG\gamemodes\EuroRPG.pwn(823) : fatal error 107: too many error messages on one line |
linha 223 - new PoliciaM[15]; linha 748 - LoadBancoDasOrgs(); linha 823 - PoliciaM[0] = CreateVehicle(497,1564.50000000,-1645.59960938,28.70000076,90.00000000,-1,24,15); //Police Maverick |
forward LoadBancoDasOrgs();//TOPO DO GM
forward LoadBancoDasOrgs(); public LoadBancoDasOrgs() { new arquivo[64]; new idx = 1; while (idx < sizeof(BancoDasOrgs)) { format(arquivo, sizeof(arquivo), "Cofre Org/Org%d.cfg",idx); BancoDasOrgs[idx][pDinheiro] = DOF2_GetInt(arquivo,"Dinheiro"); BancoDasOrgs[idx][pEagle] = DOF2_GetInt(arquivo,"Eagle"); idx ++; } return 1; } |