Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. kevin11

    mapnames

    i saw a map name resource once somewere i think community but i cant find it:S could anyone help me make 1
  2. kevin11

    car dmg [re]

    ?this doesnt work either
  3. kevin11

    car dmg [re]

    well i tried making a no dmg for cars and it worked but this is my problem when i start the resource and spawn a car it works but when i spawn a new car it get damaged it only works if i keep restarting the resource everytime im going into a new car here is my code vehicles = getElementsByType ( "vehicle" ) for vehicleKey, vehicleValue in ipairs(vehicles) do setVehicleDamageProof( vehicleValue, true) end addEventHandler ( "onVehicleEnter", setVehicleDamageProof )
  4. i made one at putted it at community https://community.multitheftauto.com/index.html?p ... ils&id=787
  5. kevin11

    blow

    function blowVehicle ( player, command, someguy ) if someguy then local temp = getPlayerFromName(someguy) if temp then blowVehicle ( source ) outputChatBox("" ..someguy.. " has been blown", getRootElement(), 255, 0, 0) end end end addCommandHandler ( "boom", blowVehicle ) i tried making a blow script with command !boom player name but i dont know how to make the players car blow
  6. kevin11

    1.0.4 upgraded

    well i upgraded my 1.0.3 server to 1.0.4 and now acl+ accounts isnt working i start my server and all accounts are there but when i try login nothing happens, then i register and login and works but it didnt add the acc cuz it already exist and when i rejoin my account is gone again
  7. kevin11

    Acl help!

    1: are you logged in as admin? it must be this problem there is no other solution
  8. i dont get it (race) its just putting checkpoints at some places and sometimes someone adds things like a road, dm/dd are the real race maps cuz reg race = 5 min work and u have 10 maps tell me if im wrong
  9. nvm i made new one and it works so i post sullution here vehicles = getElementsByType ( "vehicle" ) for vehicleKey, vehicleValue in ipairs(vehicles) do setVehicleDamageProof( vehicleValue, true) end addEventHandler ( "onVehicleEnter", setVehicleDamageProof )
  10. What's the point of converting number to number then? lol dunno i just thought it might work
  11. i made a hack server today and i tried making a anti dmg for any vehicle addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), function() setVehicleDamageProof( ??????, true) end)
  12. ...................... its my port........................
  13. this is what i thought but there is a error at line 4 function joinserverHandlerFunction (playerSource, commandName, serverIP, serverPort, serverPassword) if serverIP and serverPort then if serverPassword then --if also a password was specified redirectPlayer (playerSource, 77.160.183.15, tonumber(20001), serverPassword) else -- else if no password was specified redirectPlayer (playerSource, 77.160.183.15, tonumber(20001)) end else outputChatBox ("Error! Correct Command: /stealth", playerSource) end end addCommandHandler ("stealth", joinserverHandlerFunction)
  14. hey is it possible to go from a race server into a stealth or play with a command example im at a stealth server and i type /race and i go to a race server
  15. kevin11

    Q pictures

    maybe its better u take a screenshot and add the things u want with paint so we see what u mean
  16. im using a older version and its better
  17. why is everyone acting like morons... just tell him no
  18. kevin11

    createobject

    ok i tried making this work but its just nt working it isnt showing the objects
  19. well... 1: wrong section 2: is admin resource added under webadmin in acl? 3: maybe u mistyped
×
×
  • Create New...