Jump to content

[SOLVED] Radar Area and Zombie Proof


HeK

Recommended Posts

I made this script so i could have "radar areas" with zombie proof but they still spawn inside, i had createColRectangle, but i don't understand too much about that float thing, i kinda mess it up. How can i fix this?

starsRadar = createRadarArea ( 1539, -1601, 80, -120, 0, 83, 142, 175 ) 
setElementData (starsRadar, "zombieProof", true) 
  
civiliansRadar = createRadarArea ( 1227, -1269, 70, 65, 255, 204, 0, 175 ) 
setElementData (civiliansRadar, "zombieProof", true) 
  
umbrellaRadar = createRadarArea ( 281, 1802, -185, 150, 153, 0, 0, 175 ) 
setElementData (umbrellaRadar, "zombieProof", true) 

Edited by Guest
Link to comment

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...