Jump to content

Killer.

Members
  • Posts

    1
  • Joined

  • Last visited

Details

  • Gang
    left

Killer.'s Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hello, today i want to do a bind for a handbrake system...but it doesnt work and it show error. The Script function reczny1 ( player ) local auto = getPedOccupiedVehicle ( player ) if auto then if isElementFrozen ( auto ) then setElementFrozen ( auto, false ) outputChatBox ( "Freno de mano liberado", player, 0, 0, 125 ) exports.chat:me( player, "quita el freno de mano.") else setElementFrozen ( auto, true ) outputChatBox ( "((Freno de mano puesto", player, 0, 0, 125 ) exports.chat:me( player, "pone el freno de mano.") end else outputChatBox ( "((No estás en un vehiculo))", player, 255, 0, 0 ) end end addCommandHandler ( "frenodemano", reczny1 ) bindKey ( player, string num_0, string down, string frenodemano, [ string arguments ] ) Error [16:45:52] SCRIPT ERROR: vehicles/hand.lua:19: ')' expected near 'num_0' [16:45:52] ERROR: Loading script failed: vehicles/hand.lua:19: ')' expected near 'num_0'
×
×
  • Create New...