Jump to content

ajacob112

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ajacob112's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. How do i set users with permission in acl like map editor etc, need for offedit ,like is it
  2. right so um. cars keep randomly blowing up.. i tried many fixes but i cant figure it out, if anyone knows how to fx it itd be amazing, i seen some servers have it fixed but idk how, is there anything i can do? i mean it didnt do this on 1.05, Is there a check i could do for if the vehicle is unoccupied it cant blow up or something? I have no idea how to fix this i tried one way if not getVehicleOccupant(vehicle) then blowVehicle(vehicle) else and that didnt work, then i replaced that with addEventHandler ("onVehicleDamage", getRootElement(), function () if not getVehicleOccupants ( source ) then cancelEvent() end end ) Didnt work I timed it out, it seems they blow up every 10 mins on the mark and sometimes a small handful of vehicles dont blow up, the script where it spawns shows me a mysql table that it loads from i have no timer set for 10 minutes on anything, its not a progressive damage either like it catches on fire, they just blow up instantaneously, Like if you were to satchel a car with 10 satchels then blow it, It just blows up, no fire
  3. I timed it out, it seems they blow up every 10 mins on the mark and sometimes a small handful of vehicles dont blow up, the script where it spawns shows me a mysql table that it loads from i have no timer set for 10 minutes on anything, its not a progressive damage either like it catches on fire, they just blow up instantaneously, Like if you were to satchel a car with 10 satchels then blow it, It just blows up, no fire Added: there is no onresourcestart for spawning the vehicles, just mysql = exports.mysql , All vehicles save into a table, I timed it out and they blow up on a exact time, 10 minutes to every explosion
  4. i took out both of those blowvehicle's it worked for about 30 min then they blew up again
  5. exports.global:sendLocalMeAction(source, "attempts to start the engine but fails.") outputChatBox("The engine is broken.", source) elseif exports.global:hasItem(veh, 74) then while exports.global:hasItem(veh, 74) do exports.global:takeItem(veh, 74) end blowVehicle(veh) elseif fuel >= 1 then function doBreakdown() if exports.global:hasItem(source, 74) then while exports.global:hasItem(source, 74) do exports.global:takeItem(source, 74) end blowVehicle(source) else are the only 2 things in vehicle-system with the blowvehicle function
  6. is there anything i can do? i mean it didnt do this on 1.05, Is there a check i could do for if the vehicle is unoccupied it cant blow up or something? I have no idea how to fix this i tried one way if not getVehicleOccupant(vehicle) then blowVehicle(vehicle) else and that didnt work,
  7. right so um. cars keep randomly blowing up.. i tried many fixes but i cant figure it out, if anyone knows how to fx it itd be amazing, i seen some servers have it fixed but idk how
  8. No script does that, its some odd 1.1 bug
  9. Hello , So im running a server on 1.1 but i have a small issue , all unoccupied cars blow up randomly every minute or so , Can someone tell me a check to put into my vehicle system script that all unoccupied cars dont blow up? Itd be much appreciated
  10. Horrible Experience with them. They dont read tickets. Ive had one open for a week now . Customer service is almost never online and then they are they cant do what you want. You gotta delete Every single file bit by bit. By going into the folder and deleting em 1by 1 , What if one of your scripts has multiple lua files? you gotta delete them 1 by 1. Scripts that work on Our local server etc dont work on theirs, Such as we couldnt kick or ban people , yet with the same exact scripts on our LS we could. They're a bit over priced compared to Delux Hosting . You have to copy files off the dedi , You cant edit them right on there because itll bug them up. They DO NOT set up your server. NONE of the .so files that you need with a linux server come with it. My friend with ServerFFS had to get his Setup files copied and SEND ME THEM. /Donotbuy.
  11. Callum. You stole that forum avatar from rockstar. /gg
  12. ajacob112

    Problem.

    Yeah my dedis been wierd recently , I wasnt able to get the server even on for days, just got it up today and admin shit isnt working. But even my console on the hosting site wont update so i cant get debug
  13. ajacob112

    Problem.

    Not loading the resource , added it to the dedi when i try to start it it doesnt start
×
×
  • Create New...