Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/07/22 in all areas

  1. Insert into server file addEvent ("giveMoney", true) addEventHandler ("giveMoney", root, function(...) local args = {...} local pl local money if source == resourceRoot then pl = client money = tonumber(args[1]) and args[1] or args[2] elseif getElementType(source) == "player" then pl = source money = tonumber(args[1]) and args[1] or args[2] elseif args[1] and getElementType(args[1]) == "player" then pl = args[1] money = args[2] end if not pl or not money then error ("Player or money not found!") end givePlayerMoney (pl, money) end) Universal code) P.S. I not testing
    1 point
  2. Moving this to Scripting.
    1 point
  3. New updates #4 Garages: To buy a garage, you must have 500 Shop Tokens,GTA:SA all garages,you can only rent 2 garages. TopMurders : We collect the total number of players you killed in the game in a table and give 500 Shop Tokens to the 1st ones.
    1 point
  4. Создается квадратный RT (dxCreateRenderTarget), 1024*1024, можно и больше 2048*2048 но тогда будет перерасход памяти. И в нем рисуются картинки или текст через dxDrawImage/dxDrawText соответственно. И потом просто шейдером наложения накладывается на машину. А шейдер обычный с заменой текстуры и слоем накладывается на машину //-- Declare the texture. These are set using dxSetShaderValue( shader, "Tex0", texture ) texture Tex0; technique simple { pass P0 { //-- Set up texture stage 0 Texture[0] = Tex0; //-- Leave the rest of the states to the default settings } }
    1 point
  5. Thank you very much, it really helped!
    1 point
  6. updates and innovations : TopMurders : We collect the total number of players you killed in the game in a table and give 500 Shop Tokens to the 1st ones. VIPHouse : We have made many changes to the VIP House system and its appearance codes have been changed, it is now more useful. War_System : We made some updates to the battle system and fixed multiple bugs. Loots : very rare loot edited, these are located in the LS region, their color is PURPLE ScoreBoard: color settings and some adjustments adjusted. If nothing goes wrong, we will log into the server together on Monday and Tuesday, we will start to deal with it now,every day we make some evaluations taking into account the errors and innovations in the server, see you soon...
    1 point
  7. hello guys, we made a home system for VIP players and I want to share a video for it,The purpose of VIP House and how to use it, everything is available in the video. VIP House Video
    1 point
  8. New updates #2 Gold items : Specially placed loot is available in the LV region,they are known as the most important items on the server.(If you see loots in white color they are designated as standard loots,loot in gold color is known as the best and hard to find loot.) [soon pink and green loot will be placed.] New Ranks/Titles : Multiple ranks have been added to the server, you can read these ranks on discord,To earn ranks you have to kill zombies and humans and additionally improve your XP and Alive Time. 1-Changed the appearance of backpacks and weapons. 2-Car models changed. 3-Now you will not wait long in the upload section when you log in to the server because they are edited as small files. (40 or 50 MB) 4-Zombie damage and your damage when falling from height have been adjusted to a minimum. 5-Hunger borders are formed faster. 6-Login panel changed. 7-Now you have to spend more effort to increase experience points,because it is difficult to gain experience points. 8-All databases on the old server have been reset, now all players must create a new account and play evenly. 9-Information box made in game. 10-New interiors created. 11-If you are new to the game, we have prepared a small package for you, when you type ./Prizeitems in the game, the loot we have determined will be given to you as a gift. See you again in new updates, soon there will be different and more different systems that we will put great effort into. New Inventory system will be added in DayZ 2.1 release.
    1 point
×
×
  • Create New...