paolo2531 Posted June 21, 2015 Share Posted June 21, 2015 Ciao, Ho un problema con lo script zombie di Slothman. Ecco lo script del file della mia gm / server-side addEventHandler("onResourceStart", getResourceRootElement(), function() createZombie(-2120,-83,35) end) nel file mta.xml ho aggiunto queste cose "*MaxZombies" value="[100]" /> --maximum allowed zombies --> "*StreamMethod" value="[1]" /> -- 1 to constantly stream zombies, 0 to only allow zombies to spawn via createZombie function, 2 to only allow spawning at set spawnpoints --> "*Speed" value="[1]" /> -- 0 is slowest, 1 is normal, 2 faster --> function="createZombie" type="server"/> function="isPedZombie" type="server"/> e quando avvio il server mi da errore nella funzione createZombie Come posso risolvere questo problema? Link to comment
HunT Posted June 22, 2015 Share Posted June 22, 2015 Probabilmente manca qualche parametro nella funzione createZombie, non credo basti solo X Y Z Link to comment
xShocKz Posted June 23, 2015 Share Posted June 23, 2015 Dovresti controllare l'export di createZombie (dovrebbe stare da qualche parte, controlla). 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