Jump to content

y453bh

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by y453bh

  1. Can you help me with the code please ?
  2. https://www.mediafire.com/file/v99agjnn3k7076e/showchat.zip/file Just start the resource and it will be for all players Your welcome.
  3. Open the console (F8) and write: bind 9 showchat
  4. Hello, how can each player have their own custom color in chat? (I don't mean the nick color, but a personalized one), hope you can help me, thanks! PD: If it is possible to save it in the database, that way there is no need to change it every time I join the server
  5. @Patrick I already tried that script, but the link for converting the songs is dead ?
  6. I need a way for hearing youtube songs, just by putting them on console, hope you can help me, thanks I forgot to tell, that this is for everyone, not just me!!
  7. not working brother, it makes some weird boost
  8. very nice man, can you give me the link in private?
  9. Can somebody help me please?
  10. Hello, I need this vehicle jump script with a timer, for not abusing when I'm in the ground. But I also want this timer anulated when I'm on a wall or building rotated like this (90 degrees), by this way I can press many times the key for reaching a high altitude for shooting (it should not let me jump anymore in the air, until I fall). Hope you can help me. Example: Script: function initBind() bindKey("lshift", "down", jumpKey) end addEventHandler("onClientResourceStart", resourceRoot, initBind) function jumpKey() if not isPedInVehicle(localPlayer) then return end local vehicle = getPedOccupiedVehicle(localPlayer) if vehicle and getVehicleController(vehicle) == localPlayer then local vehType = getVehicleType(vehicle) if vehType == "Plane" or vehType == "Helicopter" then return end local sx, sy, sz = getElementVelocity(vehicle) setElementVelocity(vehicle, sx, sy, sz + 0.33) end end
  11. Hello, what I want is that when I'm like this on a building or wall, It lets me do the jump without time restriction (the opposite of when I'm on the floor). That way I can press the key several times to go flying through the air.
  12. @Infinity-War Already gave you the example man, I need your help please!!
  13. All fine with the script but, what I want is that when I'm like this on a building or wall, It lets me do the jump without time restriction. That way I can press the key several times to go flying through the air.
  14. I jump and turn the car 90 degrees in the air for hiting the wall, once I'm in the wall I press many times the shift key but It doesn't let me to jump without limits, help me please!!
×
×
  • Create New...