Skripta koju koristim: CLRP
Detaljan opis problema:
Citat9914//-------------------------------------------------------------------------------------------------
9915 if(newcar == CopCar[0] || newcar == CopCar[1] || newcar == CopCar[2] || newcar == CopCar[3] || newcar == CopCar[4] || newcar == CopCar[5] || newcar == CopCar[6] || newcar == CopCar[7] || newcar == CopCar[8] || newcar == CopCar[9] || newcar == CopCar[10] || newcar == CopCar[11] || newcar == CopCar[12] || newcar == CopCar[13] || newcar == CopCar[14] || newcar == CopCar[15] || newcar == CopCar[16] || newcar == CopCar[17 || newcar == CopCar[18] || newcar == CopCar[19] || newcar == CopCar[20] || newcar == CopCar[21] || newcar == CopCar[22] || newcar == CopCar[23] || newcar == CopCar[24] || newcar == CopCar[25] || newcar == CopCar[26] || newcar == CopCar[27] || newcar == CopCar[28] || newcar == CopCar[29] || newcar == CopCar[30] ||);
9916 {
9917 if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1){ }];
9918 else
9919 {
9920 format(string, sizeof(string), "~b~Samo policija");
9921 GameTextForPlayer(playerid, string, 3000, 5);
9922 RemovePlayerFromVehicle(playerid);
9923 TogglePlayerControllable(playerid, 1);
9924 }
9925 }
9926 //-------------------------------------------------------------------------------------------------
Ovo je taj dio skripte sto zajebava,znaci dodao sam jos auta (od 17 do 30) i jebe sad.
CitatC:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9914) : error 075: input line too long (after substitutions)
C:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9915) : error 032: array index out of bounds (variable "CopCar")
C:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9916) : error 017: undefined symbol "pCar"
C:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9916) : warning 215: expression has no effect
C:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9916) : error 001: expected token: ";", but found "]"
C:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9916) : error 029: invalid expression, assumed zero
C:\Users\Dominik\Desktop\City Life RolePlay v3.0\gamemodes\MpC.pwn(9916) : 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.
evo pa ako mozete pomoc ili mi dati neki savijet bio bih vam zahvalan
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
STAVIO SAM TI ODGOVRO U TREBAM NESTO TEMA
Pod:
new CopCar[17];
Pod ovim [17] STAVIÅ KOLKO KOLA SI DODO
NPR : BILO JE 17 KOLA TI U TU ZAGRADU DODAJ 30 AKO SI DODO 13 KOLA ITD.
SVAKI PUT KAD DODAS NOVI AUTO U ORG TU POVECAS ZA JEDAN BROJ
HVALA.
lock