Jump to content

28WL

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by 28WL

  1. Can anyone tell me what is segmentation fault? This is the reason why my server went offline. It's strange because there are no errors/warnings in debugscript 3, everything is working perfectly. How I can evade this problem? It's not the first time, it happened about 4 times. Like for example, I have started my server yesterday or today morning and at the evening it turned offline. Any solutions?
  2. Can anyone tell me what is segmentation fault? This is the reason why my server went offline. It's strange because there are no errors/warnings in debugscript 3, everything is working perfectly. How I can evade this problem? It's not the first time, it happened about 4 times. Like for example, I have started my server yesterday or today morning and at the evening it turned offline. Any solutions?
  3. I tried to remove all images (crashes sometimes were evaded when downloading) but still it made downloading very slow. Looks like it is impossible to do something to evade crashes and have a perfect Marketplace. So, I have removed the Marketplace and now there are no problems. It is sad that I had to do it... For people, who think that Marketplace is possible to create without having any problems like my - they are wrong. Each resource of Marketplace makes lag and slows downloading, when there are like more than 15 - it can crash your game.
  4. Hello everyone... I have a 1 serious problem with my shop/marketplace system for DAYZ. The shops/marketplaces all in all uses 18 resources and makes a huge Marketplace which is located in Navy Ship - SF. In each resource there are that type of items categories different. I mean, like primary weapons marketplace system has locals, images, button and other like the same but with other names... Well, I have created shops/marketplaces by myself and everything is working, but... When I come to play, join my server and download resources/files - MB... I get a crash KERNELBASE.dll... The problem might be the background images of shops/marketplaces. So, I am going to delete all background images here and see if there is no crash... What do you think? Each resource of 18 use about 70-150 locals, 15-30 images, etc. Can it cause a crash?
  5. Hi. How I can make outputChatBox in client when for example the player click on the button (marketplace-shop item) and he gets a message that he bough something or he need money? CLIENT: function Buy_1 () if getElementData(getLocalPlayer(),"Money") >= 1000 then triggerServerEvent("Trigger_Buy_1_True",getLocalPlayer()) setElementData(getLocalPlayer(),"Money",(getElementData(getLocalPlayer(),"Money") or 0)-1000) setElementData(getLocalPlayer(),"Chips", 1) else triggerServerEvent("Trigger_Buy_1_False",getLocalPlayer()) end Can someone help me? I want only to see by myself if I buy it. Now it shows that for everyone, so... SERVER: function Script_Buy_1_True ( source ) local source = playersource outputChatBox("You have bought a (Chips) for a (Money).", playersource, 255, 255, 255, true) end addEvent("Trigger_Buy_1_True",true) addEventHandler("Trigger_Buy_1_True",getRootElement(),Script_Buy_1_True) function Script_Buy_1_False ( source ) local source = playersource outputChatBox("You don't have enough (Money) to buy a (Chips).", playersource, 255, 255, 255, true) end addEvent("Trigger_Buy_1_False",true) addEventHandler("Trigger_Buy_1_False",getRootElement(),Script_Buy_1_False)
  6. guiCreateButton guiCreateButton guiCreateStaticImage addEventHandler("onClientGUIClick", Can it cause a server lag or it: createPed I don't know why my server lags after added marketplaces systems.
  7. I think that mta:sa community should make a SetPedMoveState like similar to setPedWalkingStyle because of the thing that I would like to make peds from walking to running or other states. If there is some way how I could set the ped movement from walking to running, tell me and share with it if you can. Thank you for your attention. For example: function setZombieWalkingStyle() local zombies = getElementsByType("ped") for theKey, theZomb in ipairs(zombies) do setPedWalkingStyle ( theZomb, math.random(120, 123) ) end end setTimer(setZombieWalkingStyle, math.random(5000,10000), 0) function setZombieMoveState() local zombies = getElementsByType("ped") for theKey, theZomb in ipairs(zombies) do setPedWalkingStyle ( theZomb, HERE SHOULD BE MOVEMENT STATES RANDOMLY ) end end setTimer(setZombieMoveState, math.random(10000,30000), 0)
  8. Thanks for the information, I'll do something.
  9. I had that problem like you and fixed in some hours by myself I think ... A lot of problems there were like with peds and... But now there are 0 errors ...
  10. I use from 6 to 8 and from 3 to 5. How I can make a CPU increasement (give more speed to server) if I use only 20-30% CPU from 10.5 Ghz? If I would have like 100 Ghz, 100 GB Ram, there would be no difference at all for the server by my opinion.
  11. You need to check if in that place code is written good without any extra , or . or other symbols, you could make a mistake there if you edited there, check these lines, your code should be look like (you made a mistake in 2194, 2195, 2196, 2197 lines): {"Lee Enfield L8 Series",357,1,90,0.3}, --{"Item Name", Model ID, Size, Rotation, Looting Change}, and not like: {"Lee Enfield L8 Series",357,1,90,0,3}, or: {"Lee Enfield L8 Series",357,1,90.0.3},
  12. I only liked the finish of this video and some scenes of the war. I didn't get the point, what you wanted to say in this video, some scenes were not realistic, you could use better models, actions, but anyways it was interesting.
  13. 28WL

    [HELP] About peds

    I already have all thing, which I wanted.
  14. [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:47] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:14:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:40] QUIT: ____SVD____ left the game [Quit] [2014-08-17 16:15:45] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:575: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:48] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:49] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:15:50] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:58] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-17 16:16:59] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected
  15. ================================================================== = Multi Theft Auto: San Andreas v1.4 ================================================================== = Server name : (NEW) DAYZ Standalone [LITHUANIA/EUROPE/INTERNATIONAL][www.28WL.UZAS.LT] = Server IP address: 77.241.198.190 = Server port : 22003 = = Log file : /usr/mta/mods/deathmatch/logs/server.log = Maximum players : 80 = HTTP port : 22005 = Voice Chat : Disabled = Bandwidth saving : Medium ================================================================== [2014-08-16 23:06:48] Resources: 639 loaded, 0 failed [2014-08-16 23:06:48] Starting resources... [2014-08-16 23:07:03] Creating new DB table gangs [2014-08-16 23:07:03] Creating new DB table gang_members [2014-08-16 23:07:03] Server minclientversion is now 1.4.0-9.06745 [2014-08-16 23:07:04] ERROR: 28WL_Graphics 28WL_Shader/28WL_C_Shader.lua is invalid. Please re-compile at https://luac.multitheftauto.com/ [2014-08-16 23:09:30] Querying MTA master server... success! (Auto detected IP:77.241.198.190) [2014-08-16 23:09:30] Server started and is ready to accept connections! [2014-08-16 23:09:30] To stop the server, type 'shutdown' or press Ctrl-C [2014-08-16 23:09:30] Type 'help' for a list of commands. Before 1.4 version there were no "[CD16] Connection Timed Out" like this, after... Can't play, server lags sometimes and kicks people from the server. What I need to do, maybe my files for linux VPS server is broken or not working how it should work? I searched for a solutions, somebody said that this is for internet, others, that this is for anti-virus... Help me if you can. Players download now ~680 MB (was ~900 MB - deleted a lot of files), is that problem? When I play and others FPS are maximum, no-lag and sometimes it (game/screen/view) stucks, circle at the down/center spins, everyone gets kicked or server lags. There are no serious warning/errors. I also got an error with CD19 later. Also I got CC23 error. I know what it means, but how to fix it? Host stats: 100 MB/s. 3.5 Ghz x 3 = 10.5 Ghz. 50 GB Hard Disk Space. Linux.
  16. Laukit mano veiksmų.
  17. What do you mean by saying Wrong and quoteing "3.5 Ghz x 3 = 10.5, 4.5 GB". Thats actually too much resources for 1 server. I think it's a problem inside the DayZ, maybe too much vehicles/items.
  18. I don't know why, but people gets kicked from the server and sometimes it lags for a short time. In logs I saw that there were players who get kicked for a minute for their connection flood (HTTP something). I'm using dayz modification for my server and I changed a lot of things, created x times more items, increased the speed of systems like checking. In my server there are about 600 resources and players download about 900MB. What I need to do to dissapper the lags and connection losts for players? Is there a problem, that there are so much resources (folders)? I can reduce resources to 200 (I'm using spreaded resources for bases for their objects categories like chairs, tables, gates, walls, other things and it goes to from 200 to 600 resources now). Everything was fine (I started the server without any problems), after 1 day I got this message (maybe from items refresh). [2014-08-13 13:50:47] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:03] QUIT: Ernis left the game [Quit] [2014-08-13 13:51:08] WARNING: Long execution (DayZ) [2014-08-13 13:51:11] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:24] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:24] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:24] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:27] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:27] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:27] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:28] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:28] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:28] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:34] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:34] QUIT: *#E80000Psychos- left the game [Timed out] [2014-08-13 13:51:39] WARNING: Long execution (DayZ) [2014-08-13 13:51:34] QUIT: *#E80000Psychos- left the game [Timed out] [2014-08-13 13:51:39] WARNING: Long execution (DayZ) [2014-08-13 13:51:41] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:51:41] QUIT: TangyGhost22 left the game [Timed out] [2014-08-13 13:51:46] WARNING: Long execution (DayZ) [2014-08-13 13:51:46] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:51:47] QUIT: ConsciousSeahorse25 left the game [Timed out] [2014-08-13 13:51:51] WARNING: Long execution (DayZ) [2014-08-13 13:51:52] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:52] QUIT: [GG]PROvi left the game [Timed out] [2014-08-13 13:51:57] WARNING: Long execution (DayZ) [2014-08-13 13:51:58] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:58] QUIT: Inside left the game [Timed out] [2014-08-13 13:52:03] WARNING: Long execution (DayZ) [2014-08-13 13:52:04] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:52:04] QUIT: #332E24Julyss left the game [Timed out] [2014-08-13 13:52:09] WARNING: Long execution (DayZ) [2014-08-13 13:52:11] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:52:11] QUIT: DaNigga left the game [Timed out] [2014-08-13 13:52:16] WARNING: Long execution (DayZ) [2014-08-13 13:52:17] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:52:17] QUIT: eSqiri left the game [Timed out] Help me somehow. Should I remove the new items or do other things????????????????????????? Is that from pickups.lua - I mean too long execution and like pickups failed can be? Maybe somebody can give me a script, which would make the server without like this shiat or some suggestions, anything? I was adding new items and maybe that's why I make the lag, too big executions power? Or it's for vehicles (about 400)?????? My host uses even not all the resources. 3.5 Ghz x 3 = 10.5 Ghz, 4.5 GB Ram. I restarted the server and there are no "too long/infinitive script running on blablablabla or other shiattt". ================================================================== [2014-08-13 14:23:04] Compacting accounts database 'internal.db' ... [2014-08-13 14:25:30] Resources: 639 loaded, 0 failed [2014-08-13 14:25:30] Compacting database 'registry.db' ... [2014-08-13 14:25:30] Starting resources... [2014-08-13 14:26:08] ERROR: [DayZ-MTA]/[DayZ-MTA]/DayZ/28WL_Group_System/28WL_Gang_Server.LUA_28WL:0: exports: Call to non-running server resource (scoreboard) [2014-08-13 14:26:08] Creating new DB table gangs [2014-08-13 14:26:08] Creating new DB table gang_members [2014-08-13 14:26:08] Server minclientversion is now 1.4.0-9.06745 [2014-08-13 14:26:11] ERROR: 28WL_Graphics 28WL_Shader/28WL_C_Shader.lua is invalid. Please re-compile at [url=https://luac.multitheftauto.com/]https://luac.multitheftauto.com/[/url] [2014-08-13 14:28:13] Querying MTA master server... success! (Auto detected IP: 77.241.198.190) [2014-08-13 14:28:13] Server started and is ready to accept connections! [2014-08-13 14:28:13] To stop the server, type 'shutdown' or press Ctrl-C [2014-08-13 14:28:13] Type 'help' for a list of commands. [2014-08-13 14:04:47] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:04:57] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 14:04:59] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:07] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:11] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:14] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:14] Server stopped! [2014-08-13 14:05:15] Stopping resources........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ [2014-08-13 14:07:48] WARNING: Long execution (DayZ) [2014-08-13 14:07:53] WARNING: Long execution (DayZ) [2014-08-13 14:07:58] WARNING: Long execution (DayZ) [2014-08-13 14:08:03] WARNING: Long execution (DayZ) [2014-08-13 14:08:08] WARNING: Long execution (DayZ) [2014-08-13 14:08:13] WARNING: Long execution (DayZ) [2014-08-13 14:08:18] WARNING: Long execution (DayZ) [2014-08-13 14:08:23] WARNING: Long execution (DayZ) [2014-08-13 14:08:28] WARNING: Long execution (DayZ) [2014-08-13 14:08:33] WARNING: Long execution (DayZ) [2014-08-13 14:08:38] WARNING: Long execution (DayZ) [2014-08-13 14:08:42] WARNING: Long execution (DayZ) [2014-08-13 14:08:47] WARNING: Long execution (DayZ) [2014-08-13 14:08:52] WARNING: Long execution (DayZ) [2014-08-13 14:08:57] WARNING: Long execution (DayZ) [2014-08-13 14:09:02] WARNING: Long execution (DayZ) [2014-08-13 14:09:06] WARNING: Long execution (DayZ) [2014-08-13 14:09:11] WARNING: Long execution (DayZ) [2014-08-13 14:09:16] WARNING: Long execution (DayZ) [2014-08-13 14:09:21] WARNING: Long execution (DayZ) [2014-08-13 14:09:26] WARNING: Long execution (DayZ) [2014-08-13 14:09:30] WARNING: Long execution (DayZ) [2014-08-13 14:09:35] WARNING: Long execution (DayZ) [2014-08-13 14:09:40] WARNING: Long execution (DayZ) [2014-08-13 14:09:45] WARNING: Long execution (DayZ) [2014-08-13 14:09:50] WARNING: Long execution (DayZ) [2014-08-13 14:09:55] WARNING: Long execution (DayZ) [2014-08-13 14:09:59] WARNING: Long execution (DayZ) [2014-08-13 14:10:04] WARNING: Long execution (DayZ) [2014-08-13 14:10:09] WARNING: Long execution (DayZ) [2014-08-13 14:10:14] WARNING: Long execution (DayZ) [2014-08-13 14:10:19] WARNING: Long execution (DayZ) [2014-08-13 14:10:23] WARNING: Long execution (DayZ) [2014-08-13 14:10:28] WARNING: Long execution (DayZ) [2014-08-13 14:10:33] WARNING: Long execution (DayZ) [2014-08-13 14:10:38] WARNING: Long execution (DayZ) [2014-08-13 14:10:43] WARNING: Long execution (DayZ) [2014-08-13 14:10:48] WARNING: Long execution (DayZ) [2014-08-13 14:10:53] WARNING: Long execution (DayZ) [2014-08-13 14:10:58] WARNING: Long execution (DayZ) [2014-08-13 14:11:03] WARNING: Long execution (DayZ) [2014-08-13 14:11:08] WARNING: Long execution (DayZ) [2014-08-13 14:11:12] WARNING: Long execution (DayZ) [2014-08-13 14:11:17] WARNING: Long execution (DayZ) [2014-08-13 14:11:22] WARNING: Long execution (DayZ) [2014-08-13 14:11:27] WARNING: Long execution (DayZ) [2014-08-13 14:11:32] WARNING: Long execution (DayZ) [2014-08-13 14:11:37] WARNING: Long execution (DayZ) [2014-08-13 14:11:41] WARNING: Long execution (DayZ) [2014-08-13 14:11:46] WARNING: Long execution (DayZ) [2014-08-13 14:11:51] WARNING: Long execution (DayZ) [2014-08-13 14:11:56] WARNING: Long execution (DayZ) [2014-08-13 14:12:01] WARNING: Long execution (DayZ) [2014-08-13 14:12:06] WARNING: Long execution (DayZ) [2014-08-13 14:12:11] WARNING: Long execution (DayZ) [2014-08-13 14:12:16] WARNING: Long execution (DayZ) [2014-08-13 14:12:21] WARNING: Long execution (DayZ) [2014-08-13 14:12:26] WARNING: Long execution (DayZ) [2014-08-13 14:12:30] WARNING: Long execution (DayZ) [2014-08-13 14:12:35] WARNING: Long execution (DayZ) [2014-08-13 14:12:40] WARNING: Long execution (DayZ) [2014-08-13 14:12:45] WARNING: Long execution (DayZ) [2014-08-13 14:12:50] WARNING: Long execution (DayZ) [2014-08-13 14:12:55] WARNING: Long execution (DayZ) [2014-08-13 14:12:59] WARNING: Long execution (DayZ) [2014-08-13 14:13:04] WARNING: Long execution (DayZ) [2014-08-13 14:13:09] WARNING: Long execution (DayZ) [2014-08-13 14:13:14] WARNING: Long execution (DayZ) [2014-08-13 14:13:19] WARNING: Long execution (DayZ) [2014-08-13 14:13:23] WARNING: Long execution (DayZ) [2014-08-13 14:13:28] WARNING: Long execution (DayZ) [2014-08-13 14:13:33] WARNING: Long execution (DayZ) [2014-08-13 14:13:38] WARNING: Long execution (DayZ) [2014-08-13 14:13:43] WARNING: Long execution (DayZ) [2014-08-13 14:13:47] WARNING: Long execution (DayZ) [2014-08-13 14:13:52] WARNING: Long execution (DayZ) [2014-08-13 14:13:57] WARNING: Long execution (DayZ) [2014-08-13 14:14:02] WARNING: Long execution (DayZ) [2014-08-13 14:14:07] WARNING: Long execution (DayZ) [2014-08-13 14:14:12] WARNING: Long execution (DayZ) [2014-08-13 14:14:17] WARNING: Long execution (DayZ) [2014-08-13 14:14:22] WARNING: Long execution (DayZ) [2014-08-13 14:14:27] WARNING: Long execution (DayZ) [2014-08-13 14:14:32] WARNING: Long execution (DayZ) [2014-08-13 14:14:37] WARNING: Long execution (DayZ) [2014-08-13 14:14:41] WARNING: Long execution (DayZ) [2014-08-13 14:14:46] WARNING: Long execution (DayZ) [2014-08-13 14:14:51] WARNING: Long execution (DayZ) [2014-08-13 14:14:56] WARNING: Long execution (DayZ) [2014-08-13 14:15:01] WARNING: Long execution (DayZ) [2014-08-13 14:15:05] WARNING: Long execution (DayZ) [2014-08-13 14:15:10] WARNING: Long execution (DayZ) [2014-08-13 14:15:15] WARNING: Long execution (DayZ) [2014-08-13 14:15:20] WARNING: Long execution (DayZ) [2014-08-13 14:15:25] WARNING: Long execution (DayZ) [2014-08-13 14:15:29] WARNING: Long execution (DayZ) [2014-08-13 14:15:34] WARNING: Long execution (DayZ) [2014-08-13 14:15:39] WARNING: Long execution (DayZ) [2014-08-13 14:15:44] WARNING: Long execution (DayZ) [2014-08-13 14:15:49] WARNING: Long execution (DayZ) [2014-08-13 14:15:54] WARNING: Long execution (DayZ) [2014-08-13 14:15:59] WARNING: Long execution (DayZ) [2014-08-13 14:16:04] WARNING: Long execution (DayZ) [2014-08-13 14:16:09] WARNING: Long execution (DayZ) [2014-08-13 14:16:14] WARNING: Long execution (DayZ) [2014-08-13 14:16:19] WARNING: Long execution (DayZ) [2014-08-13 14:16:23] WARNING: Long execution (DayZ) [2014-08-13 14:16:28] WARNING: Long execution (DayZ) [2014-08-13 14:16:33] WARNING: Long execution (DayZ) [2014-08-13 14:16:38] WARNING: Long execution (DayZ) [2014-08-13 14:16:43] WARNING: Long execution (DayZ) [2014-08-13 14:16:47] WARNING: Long execution (DayZ) [2014-08-13 14:16:52] WARNING: Long execution (DayZ) [2014-08-13 14:16:57] WARNING: Long execution (DayZ) [2014-08-13 14:17:02] WARNING: Long execution (DayZ) [2014-08-13 14:17:07] WARNING: Long execution (DayZ) [2014-08-13 14:17:11] WARNING: Long execution (DayZ) [2014-08-13 14:17:16] WARNING: Long execution (DayZ) [2014-08-13 14:17:22] WARNING: Long execution (DayZ) [2014-08-13 14:17:27] WARNING: Long execution (DayZ) [2014-08-13 14:17:32] WARNING: Long execution (DayZ) [2014-08-13 14:17:37] WARNING: Long execution (DayZ) [2014-08-13 14:17:41] WARNING: Long execution (DayZ) [2014-08-13 14:17:46] WARNING: Long execution (DayZ) [2014-08-13 14:17:51] WARNING: Long execution (DayZ) [2014-08-13 14:17:56] WARNING: Long execution (DayZ) [2014-08-13 14:18:01] WARNING: Long execution (DayZ) [2014-08-13 14:18:05] WARNING: Long execution (DayZ) [2014-08-13 14:18:10] WARNING: Long execution (DayZ) [2014-08-13 14:18:15] WARNING: Long execution (DayZ) [2014-08-13 14:18:20] WARNING: Long execution (DayZ) [2014-08-13 14:18:25] WARNING: Long execution (DayZ) [2014-08-13 14:18:29] WARNING: Long execution (DayZ) [2014-08-13 14:18:34] WARNING: Long execution (DayZ) [2014-08-13 14:18:40] WARNING: Long execution (DayZ) [2014-08-13 14:18:45] WARNING: Long execution (DayZ) [2014-08-13 14:18:50] WARNING: Long execution (DayZ) [2014-08-13 14:18:55] WARNING: Long execution (DayZ) [2014-08-13 14:18:59] WARNING: Long execution (DayZ) [2014-08-13 14:19:04] WARNING: Long execution (DayZ) [2014-08-13 14:19:09] WARNING: Long execution (DayZ) [2014-08-13 14:19:12] Closing SQLite3 database But anyways, that's not going to help.
  19. I had this problem somehow sometime, but I don't remember how I fixed that. Maybe you get the flood from any kind of resources, which are spammmmmmiiiiinngggggg errors/warnings and your host or PC is too slow to write it all. I'm just saying.
  20. I don't know why, but people gets kicked from the server and sometimes it lags for a short time. In logs I saw that there were players who get kicked for a minute for their connection flood (HTTP something). I'm using dayz modification for my server and I changed a lot of things, created x times more items, increased the speed of systems like checking. In my server there are about 600 resources and players download about 900MB. What I need to do to dissapper the lags and connection losts for players? Is there a problem, that there are so much resources (folders)? I can reduce resources to 200 (I'm using spreaded resources for bases for their objects categories like chairs, tables, gates, walls, other things and it goes to from 200 to 600 resources now). Everything was fine (I started the server without any problems), after 1 day I got this message (maybe from items refresh). [2014-08-13 13:50:47] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:00] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:03] QUIT: Ernis left the game [Quit] [2014-08-13 13:51:08] WARNING: Long execution (DayZ) [2014-08-13 13:51:11] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:19] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:20] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:24] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:24] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:24] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:27] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:27] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:27] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:28] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:28] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:28] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:30] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:31] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:32] INFO: test [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:33] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1130 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1131 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1133 Bad argument @ 'giveWeapon' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1138 Bad argument @ 'setElementInterior' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1139 Bad argument @ 'setElementDimension' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: @[DayZ-MTA]/[DayZ-MTA]/slothbot/sbserver.lua:1153 Bad argument @ 'setElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'getElementData' [Expected element at argument 1] [2014-08-13 13:51:34] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2572: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:34] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/pickups.LUA_28WL:2573: Bad argument @ 'destroyElement' [Expected element at argument 1] [2014-08-13 13:51:34] QUIT: *#E80000Psychos- left the game [Timed out] [2014-08-13 13:51:39] WARNING: Long execution (DayZ) [2014-08-13 13:51:34] QUIT: *#E80000Psychos- left the game [Timed out] [2014-08-13 13:51:39] WARNING: Long execution (DayZ) [2014-08-13 13:51:41] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:51:41] QUIT: TangyGhost22 left the game [Timed out] [2014-08-13 13:51:46] WARNING: Long execution (DayZ) [2014-08-13 13:51:46] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:51:47] QUIT: ConsciousSeahorse25 left the game [Timed out] [2014-08-13 13:51:51] WARNING: Long execution (DayZ) [2014-08-13 13:51:52] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:52] QUIT: [GG]PROvi left the game [Timed out] [2014-08-13 13:51:57] WARNING: Long execution (DayZ) [2014-08-13 13:51:58] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:51:58] QUIT: Inside left the game [Timed out] [2014-08-13 13:52:03] WARNING: Long execution (DayZ) [2014-08-13 13:52:04] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 13:52:04] QUIT: #332E24Julyss left the game [Timed out] [2014-08-13 13:52:09] WARNING: Long execution (DayZ) [2014-08-13 13:52:11] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:52:11] QUIT: DaNigga left the game [Timed out] [2014-08-13 13:52:16] WARNING: Long execution (DayZ) [2014-08-13 13:52:17] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 13:52:17] QUIT: eSqiri left the game [Timed out] Help me somehow. Should I remove the new items or do other things????????????????????????? Is that from pickups.lua - I mean too long execution and like pickups failed can be? Maybe somebody can give me a script, which would make the server without like this shiat or some suggestions, anything? I was adding new items and maybe that's why I make the lag, too big executions power? Or it's for vehicles (about 400)?????? My host uses even not all the resources. 3.5 Ghz x 3 = 10.5 Ghz, 4.5 GB Ram. I restarted the server and there are no "too long/infinitive script running on blablablabla or other shiattt". ================================================================== [2014-08-13 14:23:04] Compacting accounts database 'internal.db' ... [2014-08-13 14:25:30] Resources: 639 loaded, 0 failed [2014-08-13 14:25:30] Compacting database 'registry.db' ... [2014-08-13 14:25:30] Starting resources... [2014-08-13 14:26:08] ERROR: [DayZ-MTA]/[DayZ-MTA]/DayZ/28WL_Group_System/28WL_Gang_Server.LUA_28WL:0: exports: Call to non-running server resource (scoreboard) [2014-08-13 14:26:08] Creating new DB table gangs [2014-08-13 14:26:08] Creating new DB table gang_members [2014-08-13 14:26:08] Server minclientversion is now 1.4.0-9.06745 [2014-08-13 14:26:11] ERROR: 28WL_Graphics 28WL_Shader/28WL_C_Shader.lua is invalid. Please re-compile at [url=https://luac.multitheftauto.com/]https://luac.multitheftauto.com/[/url] [2014-08-13 14:28:13] Querying MTA master server... success! (Auto detected IP: 77.241.198.190) [2014-08-13 14:28:13] Server started and is ready to accept connections! [2014-08-13 14:28:13] To stop the server, type 'shutdown' or press Ctrl-C [2014-08-13 14:28:13] Type 'help' for a list of commands. [2014-08-13 14:04:47] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:04:57] WARNING: 28WL_Vehicles_Controls/28WL_Vehicles_Controls_Server.LUA_28WL:0: Bad argument @ 'removeElementData' [Expected element at argument 1, got nil] [2014-08-13 14:04:59] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:07] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:11] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:14] WARNING: [DayZ-MTA]/[DayZ-MTA]/DayZ/login.LUA_28WL:627: Bad argument @ 'destroyElement' [Expected element at argument 1, got boolean] [2014-08-13 14:05:14] Server stopped! [2014-08-13 14:05:15] Stopping resources........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ [2014-08-13 14:07:48] WARNING: Long execution (DayZ) [2014-08-13 14:07:53] WARNING: Long execution (DayZ) [2014-08-13 14:07:58] WARNING: Long execution (DayZ) [2014-08-13 14:08:03] WARNING: Long execution (DayZ) [2014-08-13 14:08:08] WARNING: Long execution (DayZ) [2014-08-13 14:08:13] WARNING: Long execution (DayZ) [2014-08-13 14:08:18] WARNING: Long execution (DayZ) [2014-08-13 14:08:23] WARNING: Long execution (DayZ) [2014-08-13 14:08:28] WARNING: Long execution (DayZ) [2014-08-13 14:08:33] WARNING: Long execution (DayZ) [2014-08-13 14:08:38] WARNING: Long execution (DayZ) [2014-08-13 14:08:42] WARNING: Long execution (DayZ) [2014-08-13 14:08:47] WARNING: Long execution (DayZ) [2014-08-13 14:08:52] WARNING: Long execution (DayZ) [2014-08-13 14:08:57] WARNING: Long execution (DayZ) [2014-08-13 14:09:02] WARNING: Long execution (DayZ) [2014-08-13 14:09:06] WARNING: Long execution (DayZ) [2014-08-13 14:09:11] WARNING: Long execution (DayZ) [2014-08-13 14:09:16] WARNING: Long execution (DayZ) [2014-08-13 14:09:21] WARNING: Long execution (DayZ) [2014-08-13 14:09:26] WARNING: Long execution (DayZ) [2014-08-13 14:09:30] WARNING: Long execution (DayZ) [2014-08-13 14:09:35] WARNING: Long execution (DayZ) [2014-08-13 14:09:40] WARNING: Long execution (DayZ) [2014-08-13 14:09:45] WARNING: Long execution (DayZ) [2014-08-13 14:09:50] WARNING: Long execution (DayZ) [2014-08-13 14:09:55] WARNING: Long execution (DayZ) [2014-08-13 14:09:59] WARNING: Long execution (DayZ) [2014-08-13 14:10:04] WARNING: Long execution (DayZ) [2014-08-13 14:10:09] WARNING: Long execution (DayZ) [2014-08-13 14:10:14] WARNING: Long execution (DayZ) [2014-08-13 14:10:19] WARNING: Long execution (DayZ) [2014-08-13 14:10:23] WARNING: Long execution (DayZ) [2014-08-13 14:10:28] WARNING: Long execution (DayZ) [2014-08-13 14:10:33] WARNING: Long execution (DayZ) [2014-08-13 14:10:38] WARNING: Long execution (DayZ) [2014-08-13 14:10:43] WARNING: Long execution (DayZ) [2014-08-13 14:10:48] WARNING: Long execution (DayZ) [2014-08-13 14:10:53] WARNING: Long execution (DayZ) [2014-08-13 14:10:58] WARNING: Long execution (DayZ) [2014-08-13 14:11:03] WARNING: Long execution (DayZ) [2014-08-13 14:11:08] WARNING: Long execution (DayZ) [2014-08-13 14:11:12] WARNING: Long execution (DayZ) [2014-08-13 14:11:17] WARNING: Long execution (DayZ) [2014-08-13 14:11:22] WARNING: Long execution (DayZ) [2014-08-13 14:11:27] WARNING: Long execution (DayZ) [2014-08-13 14:11:32] WARNING: Long execution (DayZ) [2014-08-13 14:11:37] WARNING: Long execution (DayZ) [2014-08-13 14:11:41] WARNING: Long execution (DayZ) [2014-08-13 14:11:46] WARNING: Long execution (DayZ) [2014-08-13 14:11:51] WARNING: Long execution (DayZ) [2014-08-13 14:11:56] WARNING: Long execution (DayZ) [2014-08-13 14:12:01] WARNING: Long execution (DayZ) [2014-08-13 14:12:06] WARNING: Long execution (DayZ) [2014-08-13 14:12:11] WARNING: Long execution (DayZ) [2014-08-13 14:12:16] WARNING: Long execution (DayZ) [2014-08-13 14:12:21] WARNING: Long execution (DayZ) [2014-08-13 14:12:26] WARNING: Long execution (DayZ) [2014-08-13 14:12:30] WARNING: Long execution (DayZ) [2014-08-13 14:12:35] WARNING: Long execution (DayZ) [2014-08-13 14:12:40] WARNING: Long execution (DayZ) [2014-08-13 14:12:45] WARNING: Long execution (DayZ) [2014-08-13 14:12:50] WARNING: Long execution (DayZ) [2014-08-13 14:12:55] WARNING: Long execution (DayZ) [2014-08-13 14:12:59] WARNING: Long execution (DayZ) [2014-08-13 14:13:04] WARNING: Long execution (DayZ) [2014-08-13 14:13:09] WARNING: Long execution (DayZ) [2014-08-13 14:13:14] WARNING: Long execution (DayZ) [2014-08-13 14:13:19] WARNING: Long execution (DayZ) [2014-08-13 14:13:23] WARNING: Long execution (DayZ) [2014-08-13 14:13:28] WARNING: Long execution (DayZ) [2014-08-13 14:13:33] WARNING: Long execution (DayZ) [2014-08-13 14:13:38] WARNING: Long execution (DayZ) [2014-08-13 14:13:43] WARNING: Long execution (DayZ) [2014-08-13 14:13:47] WARNING: Long execution (DayZ) [2014-08-13 14:13:52] WARNING: Long execution (DayZ) [2014-08-13 14:13:57] WARNING: Long execution (DayZ) [2014-08-13 14:14:02] WARNING: Long execution (DayZ) [2014-08-13 14:14:07] WARNING: Long execution (DayZ) [2014-08-13 14:14:12] WARNING: Long execution (DayZ) [2014-08-13 14:14:17] WARNING: Long execution (DayZ) [2014-08-13 14:14:22] WARNING: Long execution (DayZ) [2014-08-13 14:14:27] WARNING: Long execution (DayZ) [2014-08-13 14:14:32] WARNING: Long execution (DayZ) [2014-08-13 14:14:37] WARNING: Long execution (DayZ) [2014-08-13 14:14:41] WARNING: Long execution (DayZ) [2014-08-13 14:14:46] WARNING: Long execution (DayZ) [2014-08-13 14:14:51] WARNING: Long execution (DayZ) [2014-08-13 14:14:56] WARNING: Long execution (DayZ) [2014-08-13 14:15:01] WARNING: Long execution (DayZ) [2014-08-13 14:15:05] WARNING: Long execution (DayZ) [2014-08-13 14:15:10] WARNING: Long execution (DayZ) [2014-08-13 14:15:15] WARNING: Long execution (DayZ) [2014-08-13 14:15:20] WARNING: Long execution (DayZ) [2014-08-13 14:15:25] WARNING: Long execution (DayZ) [2014-08-13 14:15:29] WARNING: Long execution (DayZ) [2014-08-13 14:15:34] WARNING: Long execution (DayZ) [2014-08-13 14:15:39] WARNING: Long execution (DayZ) [2014-08-13 14:15:44] WARNING: Long execution (DayZ) [2014-08-13 14:15:49] WARNING: Long execution (DayZ) [2014-08-13 14:15:54] WARNING: Long execution (DayZ) [2014-08-13 14:15:59] WARNING: Long execution (DayZ) [2014-08-13 14:16:04] WARNING: Long execution (DayZ) [2014-08-13 14:16:09] WARNING: Long execution (DayZ) [2014-08-13 14:16:14] WARNING: Long execution (DayZ) [2014-08-13 14:16:19] WARNING: Long execution (DayZ) [2014-08-13 14:16:23] WARNING: Long execution (DayZ) [2014-08-13 14:16:28] WARNING: Long execution (DayZ) [2014-08-13 14:16:33] WARNING: Long execution (DayZ) [2014-08-13 14:16:38] WARNING: Long execution (DayZ) [2014-08-13 14:16:43] WARNING: Long execution (DayZ) [2014-08-13 14:16:47] WARNING: Long execution (DayZ) [2014-08-13 14:16:52] WARNING: Long execution (DayZ) [2014-08-13 14:16:57] WARNING: Long execution (DayZ) [2014-08-13 14:17:02] WARNING: Long execution (DayZ) [2014-08-13 14:17:07] WARNING: Long execution (DayZ) [2014-08-13 14:17:11] WARNING: Long execution (DayZ) [2014-08-13 14:17:16] WARNING: Long execution (DayZ) [2014-08-13 14:17:22] WARNING: Long execution (DayZ) [2014-08-13 14:17:27] WARNING: Long execution (DayZ) [2014-08-13 14:17:32] WARNING: Long execution (DayZ) [2014-08-13 14:17:37] WARNING: Long execution (DayZ) [2014-08-13 14:17:41] WARNING: Long execution (DayZ) [2014-08-13 14:17:46] WARNING: Long execution (DayZ) [2014-08-13 14:17:51] WARNING: Long execution (DayZ) [2014-08-13 14:17:56] WARNING: Long execution (DayZ) [2014-08-13 14:18:01] WARNING: Long execution (DayZ) [2014-08-13 14:18:05] WARNING: Long execution (DayZ) [2014-08-13 14:18:10] WARNING: Long execution (DayZ) [2014-08-13 14:18:15] WARNING: Long execution (DayZ) [2014-08-13 14:18:20] WARNING: Long execution (DayZ) [2014-08-13 14:18:25] WARNING: Long execution (DayZ) [2014-08-13 14:18:29] WARNING: Long execution (DayZ) [2014-08-13 14:18:34] WARNING: Long execution (DayZ) [2014-08-13 14:18:40] WARNING: Long execution (DayZ) [2014-08-13 14:18:45] WARNING: Long execution (DayZ) [2014-08-13 14:18:50] WARNING: Long execution (DayZ) [2014-08-13 14:18:55] WARNING: Long execution (DayZ) [2014-08-13 14:18:59] WARNING: Long execution (DayZ) [2014-08-13 14:19:04] WARNING: Long execution (DayZ) [2014-08-13 14:19:09] WARNING: Long execution (DayZ) [2014-08-13 14:19:12] Closing SQLite3 database But anyways, that's not going to help.
  21. Ohhh... I think I know what there was... But, why the hell I don't get the messages with .lua then? I needed to replace the client with server type of the script near minclientversion at the meta file as I posted the photo. I was confused a little bit, thought that this was a compiling bug. Going to try with another scripts with peds and see what happens. I wanted to make the peds after their spawn with a rotation of them all without setting it with an additional codes for each ped. I needed to use a server, not a client (with no rotations after spawning) type. Console of the server didn't showed the problems when I was using .lua file and even it worked with no exceptions. But when .lua were compiled - Console showed the problems (resource were not working), but I didn't understand them suddently. EVERYTHING IS WORKING. I'M SORRY FOR WASTING YOUR TIME, BUT YOUR CONVERSATION WITH ME HELPED TO SOLUTE MY PROBLEMS WITH PEDS CREATING. I HOPE THAT THIS WILL HELP FOR ALL OTHER PEOPLE WHO HAVE THIS PROBLEM.
×
×
  • Create New...