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
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
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.