ERROR: citizen:/scripting/lua/scheduler.lua:479

Hey folks, I’m consistently getting this error spamming both the client and server console on my server.
:frowning:

ERROR: citizen:/scripting/lua/scheduler.lua:479: attempt to concatenate a nil value (local ‘err’)


Thank you for telling me what to do! I don’t know where to look for the error? :slight_smile:

Does this happen when you write giveItem because if is it so, then it must be that you are not giving valid arguments for the command giveItem. Based on your framework the following arguments will be something as the following: giveItem [ID] [item] [count], the example here is from ESX Documentation Give Item | ESX Documentation

This had nothing to do with cmd! This line error occurs frequently in normal situations

Then it must be happening from one of the scripts you are using. Try stopping them 1 by 1 and seeing which one it is. Try from the most recent ones.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.