- Katılım
- 4 yıl 6 ay 17 gün
- Mesajlar
- 148
Selamlar arkadaşlar iyi forumlar Vangelico Robbery soygunu için item olmadan soygunun başlamamasını istiyorum fakat şöyle bir sıkıntı var; İtem üstümden silinmiyor notification doğru uyarıyı veriyor fakat görev genede başlıyor çözümü nedir bilgili arkadaşlar yardımcı olursa sevinirim;
Düzenlediğim kod;
if xPlayer.canCarryItem('c4', 1) then
TriggerClientEvent('esx:showNotification', source, _U('noitem'))
else
xPlayer.removeInventoryItem('c4', 1)
TriggerClientEvent('esx:showNotification', source, _U('yesitem'))
end
Devamı;
TriggerClientEvent('esx:showNotification', source, _U('started_to_rob') .. store.nameofstore .. _U('do_not_move'))
TriggerClientEvent('esx:showNotification', source, _U('alarm_triggered'))
TriggerClientEvent('esx:showNotification', source, _U('hold_pos'))
TriggerClientEvent('esx_vangelico_robbery:currentlyrobbing', source, robb)
CancelEvent()
Stores[robb].lastrobbed = os.time()
else
TriggerClientEvent('esx:showNotification', source, _U('robbery_already'))
end
end
end)
Düzenlediğim kod;
if xPlayer.canCarryItem('c4', 1) then
TriggerClientEvent('esx:showNotification', source, _U('noitem'))
else
xPlayer.removeInventoryItem('c4', 1)
TriggerClientEvent('esx:showNotification', source, _U('yesitem'))
end
Devamı;
TriggerClientEvent('esx:showNotification', source, _U('started_to_rob') .. store.nameofstore .. _U('do_not_move'))
TriggerClientEvent('esx:showNotification', source, _U('alarm_triggered'))
TriggerClientEvent('esx:showNotification', source, _U('hold_pos'))
TriggerClientEvent('esx_vangelico_robbery:currentlyrobbing', source, robb)
CancelEvent()
Stores[robb].lastrobbed = os.time()
else
TriggerClientEvent('esx:showNotification', source, _U('robbery_already'))
end
end
end)