NullSystemWorks / mtadayz

Official MTA:DayZ Repository
Other
41 stars 35 forks source link

Message with Vehicles #107

Closed WyattParker closed 7 years ago

WyattParker commented 7 years ago
[2017-06-05 22:17:53] WARNING: DayZ\handlers\vehicles\server\actions_vehicles.lua:264: Bad argument @ 'getElementData' [Expected element at argument 1, got boolean]
[2017-06-05 22:17:53] ERROR: DayZ\handlers\vehicles\server\actions_vehicles.lua:264: attempt to index a boolean value
[2017-06-05 22:17:59] WARNING: DayZ\handlers\vehicles\server\actions_vehicles.lua:264: Bad argument @ 'getElementData' [Expected element at argument 1, got boolean]  [DUP x63]
[2017-06-05 22:17:59] ERROR: DayZ\handlers\vehicles\server\actions_vehicles.lua:264: attempt to index a boolean value  [DUP x63]
[2017-06-05 22:43:44] WARNING: DayZ\handlers\players\server\backpack_player.lua:17: Bad argument @ 'destroyElement' [Expected element at argument 1]
[2017-06-05 22:46:23] [DayZ] CREATING BACKUP OF VEHICLES...
[2017-06-05 22:46:23] [DayZ] VEHICLES HAVE BEEN SAVED TO THE DATABASE.

This appeared in my console today. I'm not sure if it has something to do with the backups, or what. Hope this helps

mtadayz commented 7 years ago

That's not really a bug. It happens when the script tries to respawn a vehicle that exploded, but since it has no respawning coordinates associated with it, it throws out that kind of error. Usually happens when someone adds his own vehicles, but does so improperly.

That backpack error happens when a player logs out and his element is destroyed. You can safely ignore it.