u forget end at line 7 and line14
function disableFireForRustler ( theVehicle, seat )
if ( getElementModel ( theVehicle ) == 476 ) then
toggleControl ( "vehicle_secondary_fire", false )
else
toggleControl ( "vehicle_secondary_fire", true )
end
end
addEventHandler ( "onClientPlayerVehicleEnter", getLocalPlayer(), disableFireForRustler )
function addTracer (mouse1, press)
if (press) then
outputChatBox ("guns fired")
end
end
addEventHandler("onClientKey", root, addTracer)
try now