kevin11
Members-
Posts
328 -
Joined
-
Last visited
Everything posted by kevin11
-
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 )
-
i made one at putted it at community https://community.multitheftauto.com/index.html?p ... ils&id=787
-
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
-
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
-
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
-
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 )
-
What's the point of converting number to number then? lol dunno i just thought it might work
-
i made a hack server today and i tried making a anti dmg for any vehicle addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), function() setVehicleDamageProof( ??????, true) end)
-
well it looks good to me
-
...................... its my port........................
-
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)
-
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
-
maybe its better u take a screenshot and add the things u want with paint so we see what u mean
-
im using a older version and its better
-
why is everyone acting like morons... just tell him no
-
it was simple guees
-
ok i tried making this work but its just nt working it isnt showing the objects
-
well... 1: wrong section 2: is admin resource added under webadmin in acl? 3: maybe u mistyped
