Jump to content

~SOV~DHooser15

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by ~SOV~DHooser15

  1. Well i mean i have the in the ACL under admin only. The first time i went to use my web admin it asked for the pass and worked but since i logged in that one time, i can go to any computer anywhere and login but it dont ask for the pass anymore.
  2. Well im having a problem with my web admin panel. I keep trying to get is password protected so when i type in the ip and port it asks for a user and password. so anyone can just type it and get in my admin panel. Someone could help me figure out how to fix this would be great . Thanks all!!
  3. I just got this issue out of no where. When i go in MTA and enter a server when it gets to the server download it says "Disconnected GTA San Andreas content has been modified". I cant fix it and i tried reinstalling San Andreas and MTA, but i still get the problem, anyone can help? Would be appreciated.
  4. I just got this issue out of no where. When i go in MTA and enter a server when it gets to the server download it says "Disconnected GTA San Andreas content has been modified". I cant fix it and i tried reinstalling San Andreas and MTA, but i still get the problem, anyone can help? Would be appreciated.
  5. Hm still isnt very clear...i tryed it again and now when i go in game i die and it just continually fades out nonstop
  6. Hm still isnt very clear...i tryed it again and now when i go in game i die and it just continually fades out nonstop
  7. Well here is it. addEventHandler("onResourceStart", resourceRoot, function() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) repeat until spawnPlayer ( player, -711+math.random(1,5), 957+math.random(5,9), 12.4, 90, math.random(9,288) ) fadeCamera(player, true) setCameraTarget(player, player) end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) Do you think you could tell me what to edit? I've tryed multiple times.
  8. Well here is it. addEventHandler("onResourceStart", resourceRoot, function() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end) function spawn(player) repeat until spawnPlayer ( player, -711+math.random(1,5), 957+math.random(5,9), 12.4, 90, math.random(9,288) ) fadeCamera(player, true) setCameraTarget(player, player)end addEventHandler("onPlayerJoin", root, function() spawn(source) end) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end) Do you think you could tell me what to edit? I've tryed multiple times.
  9. How can i make it so you dont spawn in Tierra Robada, so you can pick where you want at enter of server and when wasted respawn where you died? Im not much of a noob i run a amazing server thats just one of the thigns i need, help would be amazing
  10. How can i make it so you dont spawn in Tierra Robada, so you can pick where you want at enter of server and when wasted respawn where you died? Im not much of a noob i run a amazing server thats just one of the thigns i need, help would be amazing
×
×
  • Create New...