Jump to content

YoungerTiny

Members
  • Posts

    23
  • Joined

  • Last visited

Details

  • Gang
    Grove

YoungerTiny's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. This is error I get! [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:625: Bad argument @ 'createVehicle' [Expected vector3 at argument 2, got nil] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:626: Bad argument @ 'createColSphere' [Expected vector3 at argument 1, got nil] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:627: Bad argument @ 'attachElements' [Expected element at argument 1, got boolean] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:628: Bad argument @ 'setElementData' [Expected element at argument 1, got boolean] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:629: Bad argument @ 'setElementData' [Expected element at argument 1, got boolean] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:630: Bad argument @ 'setElementData' [Expected element at argument 1, got boolean] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:631: Bad argument @ 'setElementData' [Expected element at argument 1, got boolean] [2015-03-09 08:54:24] WARNING: [DayZ]\DayZ\vehicle_spawns.lua:633: Bad argument @ 'getElementModel' [Expected element at argument 1, got boolean] [2015-03-09 08:54:24] ERROR: [DayZ]\DayZ\vehicle_spawns.lua:634: bad argument #2 to 'random' (number expected, got nil)
  2. Hey guy's I could type /svp and spawn vehicles in before, but now it seems I can't? Could you guide me where to look and possibly fix it? thanks
  3. Hi, my DayZ is bugged.. if someone dies, they keep dying over and over again and can't respawn.. this is in log.. [2015-03-08 11:19:40] ERROR: [DayZ]\DayZ\spawn.lua_dayz:494: attempt to perform arithmetic on a boolean value [2015-03-08 11:19:40] WARNING: [DayZ]\DayZ\survivorSystem.lua:308: Bad argument @ 'destroyElement' [Expected element at argument 1]
  4. No such file exist, if you're talking about; https://community.multitheftauto.com/in ... ls&id=8860 the file is compiled can't edit..
  5. Hi, I want to spawn any car of my choice and have it fully working on the dayz script. Like, infernus, Buffalo, etc, and i'd like it in a command like /spawninfernus and if it could be to admin only please? thanks
  6. Hello, I'm using the Global DayZ points script.. I can purchase pizza, etc but some things like backpack are not working.. here's one I can't purchase. --- Outros function BuyWeaponOnServer(outros_name,data,value) player_money = getPlayerMoney(source) if(outros_name == "Outro_Alice") then if ( player_money >= 100) then setElementData(source, "MAX_Slots" , 42 ) takePlayerMoney(source, 100) outputChatBox("#FF0000[sHOP] #FFFFFFPthe item was purchased successfully.", source, 255, 255, 255 , true) else outputChatBox("#FF0000[sHOP] #FFFFFFYou don't have enough GP.(Gracz - 20 GP, Zombie - 1 GP)", source, 255, 255, 255 , true) end end if(outros_name == "Outro_Road") then if ( player_money >= 10) then setElementData(source, "Roadflare",getElementData(source,"Roadflare") + 5) takePlayerMoney(source, 10) outputChatBox("#FF0000[sHOP] #FFFFFFPthe item was purchased successfully.", source, 255, 255, 255 , true) else outputChatBox("#FF0000[sHOP] #FFFFFFYou don't have enough GP.(Gracz - 20 GP, Zombie - 1 GP)", source, 255, 255, 255 , true) end end if(outros_name == "Outro_Wire") then if ( player_money >= 50) then setElementData(source, "Wire Fence",getElementData(source,"Wire Fence") + 10) takePlayerMoney(source, 50) outputChatBox("#FF0000[sHOP] #FFFFFFPthe item was purchased successfully.", source, 255, 255, 255 , true) else outputChatBox("#FF0000[sHOP] #FFFFFFYou don't have enough GP.(Gracz - 20 GP, Zombie - 1 GP)", source, 255, 255, 255 , true) end end if(outros_name == "Outro_Czech") then if ( player_money >= 200) then setElementData(source, "MAX_Slots" , 60 ) takePlayerMoney(source, 200) outputChatBox("#FF0000[sHOP] #FFFFFFPthe item was purchased successfully.", source, 255, 255, 255 , true) else outputChatBox("#FF0000[sHOP] #FFFFFFYou don't have enough GP.(Gracz - 20 GP, Zombie - 1 GP)", source, 255, 255, 255 , true) end end if(outros_name == "Outro_Full") then if ( player_money >= 300) then setElementData(source, "Full Gas Canister",getElementData(source,"Full Gas Canister") + 2) takePlayerMoney(source, 300) outputChatBox("#FF0000[sHOP] #FFFFFFPthe item was purchased successfully.", source, 255, 255, 255 , true) else outputChatBox("#FF0000[sHOP] #FFFFFFYou don't have enough GP.(Gracz - 20 GP, Zombie - 1 GP)", source, 255, 255, 255 , true) end end end addEvent("onClientBuyOutros", true) addEventHandler("onClientBuyOutros", getRootElement(), BuyWeaponOnServer)
  7. Hello, how would I change my backpack skin & add new backpacks? If you could tell me where the file that'd be great.
  8. You are just amazing! THANK You so much! Do I do this too all the animations? Thanks (Update, I changed all and its all fixed, thanks alot)
  9. Here's a video on my problem! https://www.youtube.com/watch?v=Beap01g ... e=youtu.be
  10. I don't know where to look, this is just the DayZ script.. please guide me where to look, thanks.
  11. Hello, I have a bug when placing/bandaging/eating.. the stuff was working perfectly in 1.3 but when I moved my files to 1.4 if I eat something or anything that includes an animation it keep's on repeating the same animation over, and over again.. here; original link, (full image) http://i.epvpimg.com/uJW9d.jpg please help, also I'm new to scripting if you could guide me that would be great. thanks again
  12. YoungerTiny

    DayZ Items

    Hello, I need help regarding my DayZ server, everything is working but just some skin's and backpack won't show or have a texture. if you could help me explain on how to add the texture that'd be great. thanks!
  13. Hey, I need a FPS counter that's on the right side if possible. It'd be great for my server thanks. & I don't know how to script right now, hence why I need help. Thanks
×
×
  • Create New...