Loffes / loffe_robbery

GTA:O style shop robbery for FiveM
MIT License
35 stars 17 forks source link

Police alert is too late #7

Open FlamingChilly opened 4 years ago

FlamingChilly commented 4 years ago

How can we change the script so that the Police notification is sent as soon as the gun is pointed at the store clerk?

burqka commented 4 years ago

Move TriggerServerEvent('loffe_robbery:rob', i) from line 285 to line 257, just above while robbing do Wait(0) if IsPedDeadOrDying(peds[i]) then robbing = false end end