Jump to content

emreb

Members
  • Posts

    2
  • Joined

  • Last visited

Details

  • Gang
    WeMTA
  • Interests
    WeMTA

emreb'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. As the title says, I have got problems with my script. Can someone tell me whats wrong? function VehicleFixer (thePlayer) -- local veh = getPedOccupiedVehicle(thePlayer) local vehiclepos = getPedOccupiedVehicle() local x, y, z = getElementPosition ( vehiclepos ) bool respawnVehicle ( vehicle vehiclepos ) end addCommandHandler("fix", VehicleFixer)
  2. I am getting BadArgument @ setelementposition error on debug script. whats wrong with my script? I am really new on lua. function jumper () local playerpos = getLocalPlayer() local x, y, z = getElementPosition ( playerpos ) setElementPosition ( source, x, y, 100 ) end addCommandHandler ( "jump", jumper )
×
×
  • Create New...