Detaljan opis problema: Pa napravio sam Dynamic rent sistem sve radi ali kad ugasim i upalim server auta se ne creataju
Dio skripte:
for(new i = 0; i < MAX_RENT_VOZILA; i++)
{
new rFile,TMP;
format(rFile, 80, RENT_FAJL, i);
if(fexist(rFile))
{
INI_ParseFile(rFile, "LoadRent", .bExtra = true, .extra = i);
TMP = CreateVehicle(RentInfo, RentInfo, RentInfo, RentInfo, RentInfo, RentInfo, RentInfo, -1);
SetVehicleNumberPlate(TMP, "Rent Vozilo");
SetVehicleToRespawn(TMP);
MozeSeRentat = 1;
Rentano = 0;
Rentao = "Niko";
}
}Neke slike/video za lakse dobivanje pomoci(neobavezno)://