Jump to content

CaptainCarroll

Members
  • Posts

    1
  • Joined

  • Last visited

CaptainCarroll'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. I have 3 errors [2020-12-20 02:50:47] WARNING: Admin\server.lua:1576: Bad argument @ 'getResourceRootElement' [Expected resource-data at argument 1] [string "?"] [2020-12-20 02:50:47] WARNING: Admin\server.lua:1576: Bad argument @ 'getElementData' [Expected element at argument 1, got nil] [2020-12-20 02:50:47] ERROR: Admin\server.lua:1576: attempt to compare nil with number I've tried to fix it but it's still not working. How to fix this? Here's the code: function civil(thePlayer) if tonumber(getElementData(accSys:getPlayerAcc(thePlayer), "pAdmin")) < 2 then outputChatBox("No", thePlayer, 255, 0, 89, true) return false end local theVehicle = getPedOccupiedVehicle ( thePlayer ) if isPedInVehicle (thePlayer) then setElementPosition ( theVehicle, 2164.05540625, 1678.5283203125, 10.8203125) setElementInterior( theVehicle, 0) setElementDimension( theVehicle, 0) else setElementPosition ( thePlayer, 2164.05540625, 1678.5283203125, 10.8203125) setElementInterior( thePlayer, 0) setElementDimension( thePlayer, 0) end outputChatBox("You Have Been Teleported To Civilian", thePlayer, 255, 255, 255, true) end addCommandHandler("gotocivi", civil)
×
×
  • Create New...