Ingame Chat

Ok so i was wanting to know how to stop all the LUA Scripts from showing up in the text channel like in my picture is shown below

Imgur

I dont know if this topic goes under here or not but if it doesn’t go here please move it to the correct forum.

1 Like

We are getting the same on our servers, no one here at out community knows how to fix this issue, please help us get this fixed. Error message text listed below:

Error running system event handling function for resource fiskeymods-civilian: citizen:/scripting/lua/scheduler.lua:39: Failed to execute thread: customization_emotes.lua:138: attempt to call a nil value (method ‘Split’)
stack traceback:
customization_emotes.lua:138: in function 'stringsplit’
customization_emotes.lua:87: in upvalue 'handler’
citizen:/scripting/lua/scheduler.lua:124: in function citizen:/scripting/lua/scheduler.lua:123
stack traceback:
[C]: in function 'error’
citizen:/scripting/lua/scheduler.lua:39: in field 'CreateThreadNow’
citizen:/scripting/lua/scheduler.lua:123: in function citizen:/scripting/lua/scheduler.lua:92
Sending heartbeat to live-internal.fivem.net:301102

this happens for any command anyone types, incliding /dv / repawn /admin all commands.

Cheers and thank you,

You guys are using an old resource (for a CFX server). The stringsplit function has been removed.

And that is what it exactly show in chat, a script complaining that string split does not exists.

Look at the porting notes on the wiki:
https://wiki.fivem.net/wiki/Running_FXServer#Porting_Notes

I got it fixed by replacing it from my old server i had to a different chat box so it doesn’t show all the lua scripting

i had the same problem until i removed one of my scripts, “mxhandcuff”

Those are errors in your script, and if you read what @Syntasu said, you will be able to fix it.

Yeah i got it all fixed guys, Thanks for the help

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