Jump to content

domez_z

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by domez_z

  1. Well idk where to like put the whole script. Should i put it in vehicles.lua to DAYZ? or where? Where do i copy and paste it? This : function position() local x,y,z = getElementPosition(localPlayer) -- this will get the position of the player in 'x, y, z' who types the /getpos command outputChatBox(x..", "..y..", "..z+.5, 0, 255, 0) -- this will output the position to the chatbox setClipboard(x..", "..y..", "..z+.5) -- this will copy the position to the player's clipboard outputChatBox("Position has been copied to your clipboard.", 0, 255, 0) -- this will output another text to the chatbox end -- end the function addCommandHandler("getpos", position) -- attach a command to the function '/getpos' should i paste it in dayz? vehicles. lua? or where?
  2. Yeah, but i dont know where to put that command.
  3. Thanks for the post, but i didnt get it. Im new with it and can you guide me a bit? Please. Since it was pretty rando mthat i setuped up my server, please:)
  4. Hello guys, i recently setuped up my own dayz server, but i need to add like more vehicles i have some vehicles.lua and there are cars adn ther x,y,z i guess its spawn how can i add more? or can some1 just give me some pre-scripted vehicles.lua so i dont have to type it or something? i want more cars on my server basicaly , which players can find and get
  5. So hello. I started up my new server on Dayz i have mod & register/login + admin panel and global chat. But i dont know where to find models for zombies (since i have normal skins from GTA:SA) and how to change them, can you link me and tell me where to replace it? please? :))) + if you can link me even for cars (and i need to spawn somehow cars, like so people can repair it there is no car) and some script for like when i have the name i want before name some title like [VIP]USERNAME + i need some instructions for it. THANKS.
  6. So hello. I started up my new server on Dayz i have mod & register/login + admin panel and global chat. But i dont know where to find models for zombies (since i have normal skins from GTA:SA) and how to change them, can you link me and tell me where to replace it? please? :))) + if you can link me even for cars and some script for like when i have the name i want before name some title like [VIP]USERNAME + i need some instructions for it. THANKS.
×
×
  • Create New...