Forum adresimize hoş geldin FiveMTürk olarak amacımız siz değerli kullanıcılarımıza en aktif fikir ve paylaşım platformu sunmak bir yana en güvenilir şekilde alışveriş yapabileceğiniz bir platform sunmaktır.
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
SoruAraç içinde ateş ederken FPP moda geçmesini istiyorum
Bu kodu herhangi bir client'a atarsan istediğin gibi olur
Kod:
Citizen.CreateThread(function()
while true do
SetBlackout(false)
Citizen.Wait( 0 )
if IsPlayerFreeAiming(PlayerId()) then
if GetFollowPedCamViewMode() == 4 and check == false then
check = false
else
SetFollowVehicleCamViewMode(4)
check = true
end
else
if check == true then
SetFollowVehicleCamViewMode(1)
check = false
end
end
end
end)
Bu kodu herhangi bir client'a atarsan istediğin gibi olur
Kod:
Citizen.CreateThread(function()
while true do
SetBlackout(false)
Citizen.Wait( 0 )
if IsPlayerFreeAiming(PlayerId()) then
if GetFollowPedCamViewMode() == 4 and check == false then
check = false
else
SetFollowVehicleCamViewMode(4)
check = true
end
else
if check == true then
SetFollowVehicleCamViewMode(1)
check = false
end
end
end
end)
Bu kodu herhangi bir client'a atarsan istediğin gibi olur
Kod:
Citizen.CreateThread(function()
while true do
SetBlackout(false)
Citizen.Wait( 0 )
if IsPlayerFreeAiming(PlayerId()) then
if GetFollowPedCamViewMode() == 4 and check == false then
check = false
else
SetFollowVehicleCamViewMode(4)
check = true
end
else
if check == true then
SetFollowVehicleCamViewMode(1)
check = false
end
end
end
end)