Skip to content

Failed to execute script: scripts/vscripts/frota.lua:326 revival #192

@pujok

Description

@pujok

#185 After checking the code I found this on line 326:
if version ~= self.frotaVersion and (Time() > self.stateRequestData['v'..playerID] or 0) then
self.stateRequestData[v..playerID] = Time() + 60
Say(cmdPlayer, 'I have frota version '..version..' and the server has version '..self.frotaVersion, false)
So it seems that the server crashes when u don't have the same Frota version as it.
edit: missed it by 11 lines :/ line 326 really seems to not compare nil with number, but I get a crash now with the line 315, which is the line I'm reffering to above. So lucky :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions