maciej123m Posted December 9, 2016 Share Posted December 9, 2016 Hello as set in this script https://community.multitheftauto.com/index.php?p=resources&s=details&id=347 to zombie spawn only at the military base? Link to comment
LoPollo Posted December 10, 2016 Share Posted December 10, 2016 https://wiki.multitheftauto.com/wiki/Slothman/Zombies#StreamMethod edf/zombies.edf i guess Link to comment
maciej123m Posted December 19, 2016 Author Share Posted December 19, 2016 On 10.12.2016 at 2:18 PM, LoPollo said: https://wiki.multitheftauto.com/wiki/Slothman/Zombies#StreamMethod edf/zombies.edf i guess <def name="Zombies"> <element name="Zombie_spawn" friendlyname="Zombie Spawnpoint" icon="edf/zombiespawn.png"> <data name="position" type="coord3d" default="0,0,0" /> <data name="rotation" type="coord3d" default="0,0,0" /> <ped model="0" rotation="!rotation!"/> <object model="1254" posZ="1" rotation="!rotation!"/> </element> </def> Where to add? X=1900 Y=200 z=18 Link to comment
ViRuZGamiing Posted December 19, 2016 Share Posted December 19, 2016 <data name="position" type="coord3d" default="1900,200,18" /> I suppose Link to comment
maciej123m Posted December 20, 2016 Author Share Posted December 20, 2016 11 hours ago, ViRuZGamiing said: <data name="position" type="coord3d" default="1900,200,18" /> I suppose don't work Link to comment
ViRuZGamiing Posted December 20, 2016 Share Posted December 20, 2016 It does work when you change the StreamMethod to 2 in the Meta.xml in <settings> Link to comment
maciej123m Posted December 20, 2016 Author Share Posted December 20, 2016 51 minutes ago, ViRuZGamiing said: It doe work when you change the StreamMethod to 2 in the Meta.xml in <settings>. It still doesn't work Link to comment
maciej123m Posted December 20, 2016 Author Share Posted December 20, 2016 It still doesn't work Link to comment
Snow-Man Posted December 23, 2016 Share Posted December 23, 2016 <meta> <setting name="*StreamMethod" value="[0]" /> </meta> then you use createZombie function Link to comment
Mega9 Posted December 23, 2016 Share Posted December 23, 2016 Change stream method to 2. Start zombie resource and map editor, through map editor you add a zombie spawnpoint, save the map and run it along with zombies resource. That's about it if I recall correctly. Link to comment
D7OoM Posted July 15, 2017 Share Posted July 15, 2017 <meta> <setting name="*StreamMethod" value="[0]" /> </meta> 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