Naikrox

meta

Jan 21st, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <meta>
  2. <info author="Kenix" description="Advanced Anti Zombie" version="1.0.6" type="script" />
  3. <script src="core_server.lua" type="server"/>
  4. <script src="core_client.lua" type="client"/>
  5. <settings>
  6. <!-- option 1 --> <setting name="#UseGunsInSaveZone" value="[ true ]" />
  7. <!-- option 2 --> <setting name="#UseRadarArea" value="[ true ]" />
  8.  
  9. <!-- Added in version 1.0.1 -->
  10.  
  11. <!-- option 3 --> <setting name="#UseRunInSaveZone" value="[ true ]" />
  12. <!-- option 4 --> <setting name="#UseJumpInSaveZone" value="[ true ]" />
  13. <!-- option 5 --> <setting name="#UseWeaponHudInSaveZone" value="[ false ]" />
  14. <!-- option 6 --> <setting name="#UseAmmoHudInSaveZone" value="[ true ]" />
  15. <!-- Added in version 1.0.4 -->
  16. <!-- option 7 --> <setting name="#UseDamageInSaveZone" value="[ true ]" />
  17.  
  18. <!-- option 1 = If a player enters the zone, he can not use a gun -->
  19. <!-- option 2 = use this option if you want to use Radar Area (color map) -->
  20.  
  21. <!-- Added in version 1.0.1 -->
  22. <!-- option 3 = If you are using false then you can not run in this area and if you use true you will be able to run in this area -->
  23. <!-- option 4 = If you are using false then you can not jump in this area and if you use true you will be able to jump in this area -->
  24. <!-- option 5 = this option is responsible for the weapon if you use false then when you go into this zone your weapon (HUD) is not visible and if true then the opposite -->
  25. <!-- option 6 = this option is responsible for the ammo if you use false when you go in this area and ammo (HUD) is not visible and if true then the opposite -->
  26.  
  27. <!-- Added in version 1.0.4 -->
  28. <!-- option 7 = this option is if damage you if use false then canceled damage -->
  29. <!-- Notice: all options are on default -->
  30. </settings>
  31. </meta>
Advertisement
Add Comment
Please, Sign In to add comment