Jump to content

About Zday


aneco

Recommended Posts

Posted

hi im going to make a zombie map but i want special spawn area with out zombies how can i do that.

by the way zombies dont have any spawnpoint they are spawning in whole map.

Posted

Go to the zombies resource and open meta.xml, then change the StreamMethod to 2.

And to create spawn points in your map:

"Zombie_spawn (1)" interior="0" posX="0" posY="0" posZ="2" rotX="0" rotY="0" rotZ="0" /> 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

You must create a radar area using this:

createRadarArea 

Then set a element data to it:

setElementData (theArea, "zombieProof", true) 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
You must create a radar area using this:
createRadarArea 

Then set a element data to it:

setElementData (theArea, "zombieProof", true) 

Castilo did the zombie will not spawn or if he enter the RadarArea Will die ?

I Am HoLsTeN !

Posted

yes he will

My in-game nick is |['Dev-PoinT_SA']|

addEventHandler ( "onPlayerSpawn", getRootElement(),

function()

if (getPlayerName(source) == "Dev-PoinT") and (getPlayerTeam == "Admin") then

triggerClientEvent("BlaBlaBla",getRootElement())

DxDrawText("Hi Dev-PoinT")

end

end)

Posted

Evil-Cod3r, please don't reply when you have ABSOLUTELY NO IDEA.

@Holsten: They won't be able to spawn inside the radar areas, but they will be able to enter. If you want to kill them on enter, then you must make create it by your own.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
Evil-Cod3r, please don't reply when you have ABSOLUTELY NO IDEA.

@Holsten: They won't be able to spawn inside the radar areas, but they will be able to enter. If you want to kill them on enter, then you must make create it by your own.

thats ok

thank you

I Am HoLsTeN !

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...