Tekken Posted August 20, 2015 Posted August 20, 2015 HI, I have a DayZ server and I want to make a new zombie spawn system the current one is like this: 5 secounds > check if player is around objects > if not spawn ped 8-20m distance and 1-3m altitude. So I want to make a spawn table and when server start to spawn peds from the table, but this will make big lag, a few days ago i've seen on a server that they calculate ped on client and sync them with server. My question is how to do it? Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
JR10 Posted August 21, 2015 Posted August 21, 2015 You could do the timer and the calculations client-side and when ready send the coords server-side. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Tekken Posted August 21, 2015 Author Posted August 21, 2015 You could do the timer and the calculations client-side and when ready send the coords server-side. Thank's but I found a beter way. Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
JR10 Posted August 21, 2015 Posted August 21, 2015 Then you should post it for future reference. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Tekken Posted August 21, 2015 Author Posted August 21, 2015 Then you should post it for future reference. It's hard to explain, but, Ped spawn points are stored in *.map files on a player reach certain request's the client ask server to spawn a ped in certain spawnpoints, from the *.map files. Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now