Jump to content

IsmaelRD

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by IsmaelRD

  1. IsmaelRD

    HELP PLEASE

    HELLO I KNOW THIS IS NOT TO REQUEST A SCRIPT BUT PLEASE IF YOU CAN PASS ME A UPLOAD THAT IS A UPLOAD TO THE DECOMPILATED CHARACTER I WOULD APPRECIATE IT VERY MUCH
  2. if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(player)), aclGetGroup("Console")) then outputChatBox( getPlayerName(source):gsub("#%x%x%x%x%x%x","").." tried to ban you.", player, 255, 0, 0) local banner = getPlayerSerial(source) outputChatBox( getPlayerName(source):gsub("#%x%x%x%x%x%x","").." has been banned. [Reason: attempting to ban a staff member]", root, 255, 0, 0) setTimer ( function () addBan ( nil, nil, banner , root, "You were banned for attempting to ban a staff member") end, 500, 1) return false end local reason = data or "" local seconds = tonumber(additional) and tonumber(additional) > 0 and tonumber(additional) local bUseSerial = additional2 local isAnonAdmin = getElementData(source, "AnonAdmin") I want the first line of code, if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(player)), aclGetGroup("Console")) then be changed to, if getPlayerAccount(player) == "wilmertrobert" or getPlayerAccount(player) == "joan26" or getPlayerAccount(player) == "papotico02" then but at the moment of doing it it does not work or an error appears
  3. Help Script

    Hi, does anyone have the script for when a player is lying on the ground to be able to pick him up and take him Serca to a life spawn and that it doesn't bug when you get on a car if you can't help me any indication of how the script should start I would greatly appreciate it your answer. Mta Rolpley Server

  4. but I have no idea how to do it I don't know how to script
  5. IsmaelRD

    Help Car

    I would like that when the car is damaged the engine due to black smoke turns off only to create more role on the server
  6. I would like that when the vehicle bought at the dealer explodes, it returns to the garage, I don't want it to disappear since the fact that the vehicle does not explode is not fully functional. I would really appreciate the help and if it is not too much, ask for a script that grabs the character by putting it as a command /load id
  7. Alguien me lo puede pasar nose scriptear y agradecería la ayuda también me gustaría el mismo script aparte pero que sea por acl staff y que se active por comandos. Can someone send it to me, I don't know how to script it and I would appreciate the help. I would also like the same script separately, but for it to be done by acl staff and activated by commands.
  8. Can you send me the complete code, that is, where should I place it please, if it's not too much to ask It works but the problem is that when I put it, it cancels the event for all users on the server
  9. I'll give you my admin.server.lua so you can help me with that https://pastebin.multitheftauto.com/3534212547
  10. what do you need I don't understand it does not work I don't understand what you need if you are asking for it they work completely I don't have it I only have that
  11. I try to cancel the ban event by the admin_server.lua it happens that if it works but it cancels it for everyone and I only want it for me this is the script that I am using for me and a friend, the script gets the name we are with registered on the server and cancel the event for these two accounts wilmertrobert and joan26 local plAcc = getPlayerAccount(player) if plAcc then if getAccountName(plAcc) == "wilmertrobert" or getAccountName(plAcc) == "joan26" then return end end I would really appreciate your help
  12. Hola bro yo podría pagarte pero veo que haz ayudado mucho sin necesitar dinero si me ayudas en algunos script podría recompensarte este es mi discord siempre estoy en línea ProBot#9821 el nombre es ramdon espero tu mensaje
  13. Quiero Que Funcione Con Acl Y algún código para activarlo o solo acl estaría bien Lado del cliente function stopDamage () cancelEvent() end addEventHandler ( "onClientPlayerDamage", getRootElement(), stopDamage ) addEventHandler ( "onClientPlayerStealthKill", getRootElement(), stopDamage ) addEventHandler ( "onClientPedDamage", getRootElement(), stopDamage ) Lado del server function stopDamage1 ( ) fixVehicle ( root ) end addEventHandler( "onVehicleExplode", getRootElement(), stopDamage1 ) setVehicleDamageProof ( root, true ) fixVehicle ( root ) -- this fixes all vehicles and makes sure no exploded vehicles exist before the script starts
  14. Yo también necesito ayuda a poner este script para que me funcione con acl Lado del cliente function stopDamage () cancelEvent() end addEventHandler ( "onClientPlayerDamage", getRootElement(), stopDamage ) addEventHandler ( "onClientPlayerStealthKill", getRootElement(), stopDamage ) addEventHandler ( "onClientPedDamage", getRootElement(), stopDamage ) Lado del server function stopDamage1 ( ) fixVehicle ( root ) end addEventHandler( "onVehicleExplode", getRootElement(), stopDamage1 ) setVehicleDamageProof ( root, true ) fixVehicle ( root ) -- this fixes all vehicles and makes sure no exploded vehicles exist before the script starts
  15. Me gustaría Que funciona Por a acl y que tengas que poner un comando para activarlo o solo acl I would like that it works by acl and that you have to put a command to activate it or just acl Lado del cliente function stopDamage () cancelEvent() end addEventHandler ( "onClientPlayerDamage", getRootElement(), stopDamage ) addEventHandler ( "onClientPlayerStealthKill", getRootElement(), stopDamage ) addEventHandler ( "onClientPedDamage", getRootElement(), stopDamage ) Lado del cliente function stopDamage () cancelEvent() end addEventHandler ( "onClientPlayerDamage", getRootElement(), stopDamage ) addEventHandler ( "onClientPlayerStealthKill", getRootElement(), stopDamage ) addEventHandler ( "onClientPedDamage", getRootElement(), stopDamage )
  16. Lado del cliente function stopDamage () cancelEvent() end addEventHandler ( "onClientPlayerDamage", getRootElement(), stopDamage ) addEventHandler ( "onClientPlayerStealthKill", getRootElement(), stopDamage ) addEventHandler ( "onClientPedDamage", getRootElement(), stopDamage ) Lado del server function stopDamage1 ( ) fixVehicle ( root ) end addEventHandler( "onVehicleExplode", getRootElement(), stopDamage1 ) setVehicleDamageProof ( root, true ) fixVehicle ( root ) -- this fixes all vehicles and makes sure no exploded vehicles exist before the script starts
×
×
  • Create New...