I get the following error:
SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:90: attempt to call a thread value (upvalue 'fn')
at this code:
SetTimeout(1500, EntityRespawn(entId))
Which triggers the following function when finished:
function EntityRespawn(entId)
print('Entity Respawn: '..entId)
end