Tekken Posted September 12, 2016 Author Share Posted September 12, 2016 18 hours ago, aka Blue said: Added one more design, i can't edit, sorry. https://i.gyazo.com/0fd49f99c00806eade5cc30ba3332ccd.gif This Login Panel looks pretty nice, I haven't made one cause I don't like working with DX Functions. Link to comment
aka Blue Posted September 12, 2016 Share Posted September 12, 2016 (edited) Thanks @Tekken, I made it with css/html. If you want, i can make it functional with the MTA Account system or SQLite. Edited September 12, 2016 by aka Blue Link to comment
Tekken Posted September 12, 2016 Author Share Posted September 12, 2016 Just now, aka Blue said: Thanks @Tekken, I made it with css/html. If you want, i can make it functional with the MTA Account system or SQLite. Yes making it working with MTA Account system will be great. Link to comment
aka Blue Posted September 12, 2016 Share Posted September 12, 2016 (edited) @Tekken Great! I will start in a few hours. Tell me if you want some improvements PD: I can make it functional with MTA Account System, you can see it here: Spoiler Edited September 12, 2016 by aka Blue Link to comment
aka Blue Posted September 12, 2016 Share Posted September 12, 2016 Here is it. Full tested and works great, I add some condicionals and debugs. If you dont want some improvements, I will send it you by PM. PD: I use a video converter so looks like little stretched but IG its different. Link to comment
aka Blue Posted September 13, 2016 Share Posted September 13, 2016 The inventory using dont works. When i click eat or drink or something, does not do anything. Link to comment
EstrategiaGTA Posted September 13, 2016 Share Posted September 13, 2016 I remember we used this gamemode in a DayZ server where I was part of the scripting team. I spent a lot of time fixing everything because there were a lot of bugs, I don't know if this gamemode is bugged yet. But I don't really remember having any problem with eat/drink stuff Link to comment
aka Blue Posted September 14, 2016 Share Posted September 14, 2016 @EstrategiaGTA I can not edit and I dont want to make two posts. I fixed it, my wrong. Link to comment
kodaf Posted September 16, 2016 Share Posted September 16, 2016 Tekken I add system clothes, the smallest bug-drop them with them dressed help? Link to comment
kodaf Posted September 16, 2016 Share Posted September 16, 2016 2 hours ago, kodaf said: Tekken I add system clothes, the smallest bug-drop them with them dressed help? ignore bug as fix Link to comment
domez_z Posted October 10, 2016 Share Posted October 10, 2016 hello so basically i added some spawns for bobcats but they dont spawn. so can you tell me how it should be done? and if you can tell me how to reduce zombies and give zombies skins, please? for now they are off Link to comment
Tekken Posted October 11, 2016 Author Share Posted October 11, 2016 15 hours ago, domez_z said: hello so basically i added some spawns for bobcats but they dont spawn. so can you tell me how it should be done? and if you can tell me how to reduce zombies and give zombies skins, please? for now they are off For bobcat spawn in vehicles.lua in vehicleSpawns table add {422, x, y, z}, I won't explain you how to give zombies skins 'cause this is to easy, and you should know how to do it. To reduce the amount of zombies in core_client.lua you will find a timer at line 298 edit the below 5 to as much or low zombies as you want. if ((getElementData(getLocalPlayer(), "spawnedzombies")+1) <= 5) then Link to comment
domez_z Posted October 11, 2016 Share Posted October 11, 2016 2 hours ago, Tekken said: For bobcat spawn in vehicles.lua in vehicleSpawns table add {422, x, y, z}, I won't explain you how to give zombies skins 'cause this is to easy, and you should know how to do it. To reduce the amount of zombies in core_client.lua you will find a timer at line 298 edit the below 5 to as much or low zombies as you want. if ((getElementData(getLocalPlayer(), "spawnedzombies")+1) <= 5) then https://ctrlv.cz/li6z as you can see i add the line correctly but nothing spawned.. even i reseted/stopped dayz resource and i tried everything to mode zombies skins but everything i failed, can you like in some fast way explain me that? i think i did something wrong, but dunno where. these 2 things are missing on that server :< just please:/ Link to comment
Tekken Posted October 11, 2016 Author Share Posted October 11, 2016 (edited) Any errors in the console? For skins you will have to use those functions engineLoadTXD() engineImportTXD() engineLoadDFF() engineReplaceModel() Before restarting the server delete the backup.db from "...dayz/tools/backup.db" that should fix the vehicle spawning problem. Edited October 11, 2016 by Tekken Completing. Link to comment
MajszteR Posted October 16, 2016 Share Posted October 16, 2016 On 11.10.2016 at 7:06 PM, Tekken said: Any errors in the console? For skins you will have to use those functions engineLoadTXD() engineImportTXD() engineLoadDFF() engineReplaceModel() Before restarting the server delete the backup.db from "...dayz/tools/backup.db" that should fix the vehicle spawning problem. Hi, did u fix error with menuclient that which causes you can't give bloodbag etc. to other players? Link to comment
MajszteR Posted October 16, 2016 Share Posted October 16, 2016 1 hour ago, Tekken said: Yes. Thank you, i'll will try search more bugs =) Link to comment
MajszteR Posted October 18, 2016 Share Posted October 18, 2016 (edited) I have little request, please add double-click to use items instead right-click and then left click. I think that will be better. Edited October 18, 2016 by MajszteR Link to comment
Tekken Posted October 19, 2016 Author Share Posted October 19, 2016 9 hours ago, MajszteR said: I have little request, please add double-click to use items instead right-click and then left click. I think that will be better. I don't like that idea so that's up to you, this is an open source project that means everyone can do whatever they want. I don't do requests unless I like them. 1 Link to comment
MajszteR Posted October 22, 2016 Share Posted October 22, 2016 On 19.10.2016 at 7:02 AM, Tekken said: I don't like that idea so that's up to you, this is an open source project that means everyone can do whatever they want. I don't do requests unless I like them. So i have another request, add possibility to collect backpack, i mean if you pick up the backpack, you need equip it manually. Because if you want to collect backpacks and put it in tent, you can't because server says you have bigger backpack. Link to comment
Tekken Posted October 23, 2016 Author Share Posted October 23, 2016 8 hours ago, MajszteR said: So i have another request, add possibility to collect backpack, i mean if you pick up the backpack, you need equip it manually. Because if you want to collect backpacks and put it in tent, you can't because server says you have bigger backpack. Already did this it's coming in the next update, it will be huge. 1 Link to comment
MajszteR Posted October 31, 2016 Share Posted October 31, 2016 On 23.10.2016 at 6:53 AM, Tekken said: Already did this it's coming in the next update, it will be huge. I'm waiting for this =) Link to comment
kyotomizuko Posted November 12, 2016 Share Posted November 12, 2016 i cant wait until next update, please make big update Link to comment
Dv0rak Posted November 12, 2016 Share Posted November 12, 2016 On 23.10.2016 at 6:53 AM, Tekken said: Already did this it's coming in the next update, it will be huge. Hello. Thanks for your gamemode :). But i have a problem, the objects (for ex. from new area51) on the map appear only when im near, they have set LOD on 300 and when i use "standard" dayz serverfiles the objects works how they should. Do u know maybe what to do? I had turned on only "dayz" and "login". Link to comment
Tekken Posted November 14, 2016 Author Share Posted November 14, 2016 I will also like to know my friend... But as far as I know setting the LOD to 300 should be just enough. What map are you using? Link to comment
Recommended Posts