Jump to content

kulos

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kulos'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. ty qrwa kulosiku peerdolony

    Read more  
  2. You :O ballman :Oed

    Read more  
  3. I want to synchronize this script with server so every player sees when vehicle component rotates function headLightsOpen() local theVeh = getPedOccupiedVehicle(localPlayer) if (theVeh) then local rx, ry, rz = getVehicleComponentRotation(theVeh, "misc_a") setVehicleComponentRotation(theVeh, "misc_a", rx+5, ry, rz) end end --bindKey ( "Num_9", "down", headLightsOpen ) addCommandHandler("lamp1", headLightsOpen) function headLightsClose() local theVeh = getPedOccupiedVehicle(localPlayer) if (theVeh) then local rx, ry, rz = getVehicleComponentRotation(theVeh, "misc_a") setVehicleComponentRotation(theVeh, "misc_a", rx-5, ry, rz) end end --bindKey ( "Num_3", "down", headLightsClose ) addCommandHandler("lamp2", headLightsClose)
×
×
  • Create New...