diff --git a/client/peds.lua b/client/peds.lua index 1a1b32e..dd731d8 100644 --- a/client/peds.lua +++ b/client/peds.lua @@ -102,6 +102,7 @@ local function updateBlips(playerGroups) end local function disableCollisionWithModels(ped, models) + if not models then return end local coords = GetEntityCoords(ped) for i=1, #models do local m = models[i]