Lots of things can cause this, unfortunately. The most common one we’ve found is A) you have nil where your not expecting one, or B) you have a while loop with no “wait”.
Solution to A: Check for nil’s
if variable ~= nil then
-- do something
end
Solution for B:
Every while has to have a wait. The wat can be zero but it has to be there. Yes I know that makes no sense, but that’s the reality of cfx and redm. Put the wait in, you’ll thank us later.
while true do
Citizen.Wait(0) -- slight wait for server to call client back
end
Animals a RedM Server: — Invite Only — Whitelisted.
Zombie Apocolypse a RedM Server: — Invite Only — Whitelisted (18+)
Drained and Devestated (Prologoue) a RedM Server: — Invite Only — Whitelisted (18+)
Crimson Creek a RedM Server: — Invite Only — Whitelisted (18+)
Sun Down RedM Server (18+): https://servers.redm.gg/servers/detail/o5y84r
SYN RedM Server (18+): https://servers.redm.gg/servers/detail/aoa693
Where do you guys hang out on discord?
Discord: https://discord.gg/7PQp9xWq35
Hits: 13