Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/09/21 in Posts

  1. VF #2 is likely caused by a virus. Run a full anti-virus scan and try again.
    1 point
  2. You will need: createEffect() attachElements() a shader to color the smoke
    1 point
  3. aye, that is very nice model right there.. looking good, fits into SA world.. good job :3
    1 point
  4. function consoleVehicleLights (thePlayer) local playerVehicle = getPedOccupiedVehicle ( thePlayer ) if playerVehicle then if ( getVehicleOverrideLights ( playerVehicle ) ~= 2 ) then setVehicleOverrideLights ( playerVehicle, 2 ) else setVehicleOverrideLights ( playerVehicle, 1 ) end end end addCommandHandler ( "vehiclelights", consoleVehicleLights ) addEventHandler("onResourceStart", resourceRoot, function() for _,player in ipairs(getElementsByType("player")) do bindKey(player, "l", "down", "vehiclelights") end end ) do it this way
    1 point
  5. I like it very much, you're best mapper.
    1 point
×
×
  • Create New...