Detaljan opis problema: Imam errore na jednoj liniji
Dio skripte:
C:\Documents and Settings\Administrator\Desktop\4CRP v0.3\gamemodes\4CRP.pwn(5231) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\Administrator\Desktop\4CRP v0.3\gamemodes\4CRP.pwn(5231) : fatal error 107: too many error messages on one line
Linije na koje baca : public RentVozila(carid)
{
for(new i = 0; i < sizeof(Rent); i++)
{
if(carid == Rent) return 1;
}
return 0;
}
Tacnije u ovaj dio if(carid == Rent) return 1;
