Jump to content

koxoskar16

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by koxoskar16

  1. that error is error: model missing (LODroad_free_4.dff) there is a lot errors like that @Tut
  2. i tryed to use this application but its give a lot of errors there is the map: https://dfiles.eu/files/qie8b5jfs this is gta 4 map i maked mistake in the title and description but i installed another map with the scene2res but that map was uncompleted and then i downloaded this map but its giving error @Tut
  3. Hello how can i import the gta 5 map into mta server i have downloaded the map for gta sa and i want to import it to server. So how i can do it?
  4. Hello, I'm doing a script for work as a bus driver and I've encountered a problem, I'm doing everything on the side of clienta and marker and blip dont show up Script local startbus = createMarker ( 2184.10229, -1451.73291, 25.55586 [, string "cylinder",1.0,254,239,0,255 ] ) local startbusblip = createBlip ( 2184.10229, -1451.73291, 25.55586 [, int icon = 46, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDistance = 16383.0 ] ) function startjobbus() local bus = createVehicle ( 431, 2180.24292, -1460.47717, 25.53906 ) warpPedIntoVehicle ( getLocalPlayer, bus ) end addEventHandler( "onMarkerHit", startbus, startjobbus ) Meta <meta> <info type="autobuspraca" version="1.0.0"></info> <script src="c.lua" type="client"></script> </meta>
×
×
  • Create New...