Jump to content

YoungerTiny

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by YoungerTiny

  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
  14. @setTimer Thank you so much! It's working. but just one last thing, so will this give everyone money if they play for 5 minute? Thanks
  15. Okay, I'll give it a go! Will this send money to everyone every 5 minute?
  16. That's the script I'm trying to fix.
  17. This is what was in the meta.xml <meta> <info author="FlameSS" version="1.2" type="script" name="Random Money" description="Random Money" /> <script src="server.lua" type="client" /> <script src="Delete.lua" type="client" /> </meta>
  18. Server side? i'm new to scripting & mta. If you could explain that'd be great.
  19. Sorry, I mean I'd like to give it to everyone if they play for 5 min, please. & if you could put the whole script that'd be great as I'm new .
  20. Hello, I got this script & I want to fix it as I need it for my server. I edited it a bit. setTimer(function () local amount = math.random(5,35) for id, player in ipairs(getElementsByType("player")) do givePlayerMoney ( player, amount ) outputChatBox ( "[DayZ] You have received, $"..amount.." for playing on the server.", player, 255, 255, 255, true ) end end,60000,0) When in-game it shows the message and the ammount it choose but it does not actually pay me. I'd like it to pay (player) an (amount) ranging from 5$ - 35$ randomly every 5 minute. please help me thanks alot!
×
×
  • Create New...