0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function disableFireForHydra ( theVehicle, seat ) if ( getElementModel ( theVehicle ) == 520 ) then -- if they entered a hydra toggleControl ( "vehicle_secondary_fire", false ) -- disable their fire key else -- if they entered another vehicle toggleControl ( "vehicle_secondary_fire", true ) -- enable their fire key endendaddEventHandler ( "onClientPlayerVehicleEnter", getLocalPlayer(), disableFireForHydra )