NotAvailable Posted August 30, 2011 Share Posted August 30, 2011 Hello, I've seen lots of people that needed help with their zombies resource so here is a little explanation on how to fix it. TUTORIAL #1 - Zombies do not attack: 1. Go to your zombies resource. 2. Open up zombie_client.lua. 3. Search for: isLineOfSightClear 4. Copy n' Replace ALL the isLineOfSightClear lines with this code: local isclear = isLineOfSightClear (Px, Py, Pz+1, Zx, Zy, Zz +1, true, false, false, true, false, false, false) 5. Start your zombies resource. 6. If done correctly, zombies should start attacking you now. * Got trouble with something else related to the zombies resource? Post it here, and i'll create a tutorial! Link to comment
NotAvailable Posted August 30, 2011 Author Share Posted August 30, 2011 Ty hehe no problem Link to comment
Slothman Posted September 2, 2011 Share Posted September 2, 2011 updated the resource. the stuff that was causing the issues was something to make it compatible with an firstperson script. it was just easier to remove that barely used feature. Thanks for helping people in the meantime jesseunit, much respect. Link to comment
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