Skripta koju koristim: gf
Detaljan opis problema:Moze li neko da mi popravi ovo?Imam errore na ovoj crvenoj
Dio skripte:/
Neke slike/video za lakse dobivanje pomoci(neobavezno):/
Skripta koju koristim: fg
Detaljan opis problema: ubacio,stream,i konvertovao objekte,sa CreateDynamicObject na CreateStreamedObject i izaslo mi ovo u compile-u :
public CheckGas()
{
  new string;
  for(new i=0;i  {
      if(IsPlayerConnected(i))
          {
              if(GetPlayerState(i) == PLAYER_STATE_DRIVER)
              {
                new vehicle = GetPlayerVehicleID(i);
  if(IsABike(vehicle)) return 1;
              if(Gas >= 1);
              {
      if(Gas <= 10) { PlayerPlaySound(i, 1085, 0.0, 0.0, 0.0); }
      if(gGas == 1) {
      format(string, sizeof(string), "~r~~n~~n~~n~~n~~n~~n~~n~~n~~n~Gorivo:~w~ %dL",Gas);
      GameTextForPlayer(i,string,15500,3); }
if(IsAPlane(vehicle) || IsABoat(vehicle)) { Gas++; }
              Gas--;
  }
  else
          {
              NoFuel = 1;
        GameTextForPlayer(i,"~w~~n~~n~~n~~n~~n~~n~~n~~n~Nema benz
              TogglePlayerControllable(i, 0);ina~n~Koristi /exit za izlazak iz vozila",1500,3);
}
}
    }
}
return 1;
}