JamesSc0tt / FiveM-FSN-Framework

Public Roleplay Framework for FiveM.
56 stars 47 forks source link

error #7

Closed haarperr closed 4 years ago

haarperr commented 4 years ago

image

iTzCrutchie commented 4 years ago

This is related to line 233 in the server.lua under fsn_main/initial. It is invoking the native wrong. It can be fixed by adding local source = source before line 232 (the MYSQL command).

JamesSc0tt commented 4 years ago

@iTzCrutchie - "invoking the native wrong" in what way? FiveM seem to have added a timeout to source variables, which the MySQL causes to time out?

RE this error, @Asuraaaaa - this is fixed in the latest GIT, please update. https://github.com/jamessc0tt/FiveM-FSN-Framework/blob/master/fsn_main/initial/server.lua#L222