- Katılım
- 3 yıl 9 ay 28 gün
- Mesajlar
- 160
- Discord
- Heavy is God#2213
çalışmıo kanka
-- Ateş Edince Polise Bildirim
Citizen.CreateThread(function()
while true do
local time = 1000
local ped = PlayerPedId()
if IsPedArmed(ped, 7) then
time = 1
if IsPedShooting(ped) and math.random(1,3) == 2 then
local weaponSlec = GetSelectedPedWeapon(ped)
if weaponSlec ~= `WEAPON_STUNGUN` and weaponSlec ~= `WEAPON_SNOWBALL` then
if not PlayerData.job.name == 'police' then
TriggerEvent("ab-PolisBildirim:BildirimGonder", "Ateş Edildi", false)
Citizen.Wait(60000)
end
end
end
end
Citizen.Wait(time)
end
end)
RegisterNetEvent('ab-polisbidirim:bildirim-aktif')
AddEventHandler('ab-polisbidirim:bildirim-aktif', function(status)
bildirimAktif = status
end)
ihbar gelmıyor
-- Ateş Edince Polise Bildirim
Citizen.CreateThread(function()
while true do
local time = 1000
local ped = PlayerPedId()
if IsPedArmed(ped, 7) then
time = 1
if IsPedShooting(ped) and math.random(1,3) == 2 then
local weaponSlec = GetSelectedPedWeapon(ped)
if weaponSlec ~= `WEAPON_STUNGUN` and weaponSlec ~= `WEAPON_SNOWBALL` then
if not PlayerData.job.name == 'police' then
TriggerEvent("ab-PolisBildirim:BildirimGonder", "Ateş Edildi", false)
Citizen.Wait(60000)
end
end
end
end
Citizen.Wait(time)
end
end)
RegisterNetEvent('ab-polisbidirim:bildirim-aktif')
AddEventHandler('ab-polisbidirim:bildirim-aktif', function(status)
bildirimAktif = status
end)
ihbar gelmıyor