Serious problem wih New FXserver!

on FXserver all my modified Lua file look broken they are all not work in FXserver

please go back to cfx-server

i want to play fivem not to confusing at fivem
i m very depressed with FXserver

i always use my own folder not fivem folder

my own lua file get broken as bellow

i dont know what bug is this how to solve

all my modified lua file such as vehicle shop etc was work fine no error in cfx-server version and all get broken in FXserver

wth is this i can not play fivem anymore

very depressed after i hard learn how to setup FXserver and when it done and i run the FXserver run normaly bt i see many borken in FXserver for my resource i made my lua file since 9 month ago and it not easy for me as lua beginer

please get back to cfx-server version :cry:

i also already try run FXserver as default resource and it still get problem when loading screen then next crashed not spawning in the map :tired_face:

all my team here was depressed because they can not play fivem since FXserver release so i and my team choose to play offline pinball and soliter the default game in my windows :cry:

1 Like

Have you even tried to port your scripts over?

Have a look at the wiki link below, specifically the “porting notes”. It should allow you to port your scripts with ease :slightly_smiling_face:.

https://wiki.fivem.net/wiki/Running_FXServer

If they’re not your scripts, or you’re not a developer, I suggest you ask the original developer to make their script compatible with FXServer :slight_smile:

in my server.cfg use this port
endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

not
endpoint_add_tcp “0.0.0.0:30110”
endpoint_add_udp “0.0.0.0:30110”

how can in cmd look 30110 ?

ok thanks i think no solve here
and me n my gameteam will wait fivem to switch back to cfx server from FXserver

wait fivem to switch back to cfx server from FXserver

Not happening buddy
Port your scripts over or wait for someone to do it for your.
require does not exist anymore in fxs. Use server-exports instead.

how to port the script :open_mouth:

Literally https://wiki.fivem.net/wiki/Running_FXServer describes everything you need to know about porting your scripts over from cfx-server to the new FXServer. I’m a developer and on our server we have close to a hundred scripts and porting them over took time but was done successfully.

As @Havoc explained have a look at the porting notes. Also, the stack tracebacks show you all of the problem, such as attempting to call a nil value global ‘require’, which is again covered in the porting notes linked above.

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