View Single Post
Plugin Info:     Modification:          Category:         
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 05-14-2020 , 01:48   Mines Platform (Lasermine/Tripmine/Claymore)
Reply With Quote #1


Mines Platform
(Lasermine/Tripmine/Claymore) v0.06


  • Descliption:
    • This is a platform for managing various mines.
    • Each player can select the mines they want to use and place them on the floor or wall.
    • Enter "mines" or "/ mines" in chat to open the menu.
    • In the menu you can select, purchase, install and collect land mines.
    • Custom mines can be added. (tutorial)
    • has a models change API. (ex) look for lasermine source.)
    • Modules:
      • [required]: v0.02: AMXMODX 1.10.0 / v0.03: AMXMODX 1.8.2

    • Optional:
      • If use BIOHAZARD or Zombie Plague Plugin.
        Please make re-compile for environment.
        Code:
        //#define BIOHAZARD_SUPPORT
        //#define ZP_SUPPORT
      • Non-Steam is not supported.

  • Usage:
    Code:
    Admin Console command
    • mines_remove <userid>
      • - remove all mine. target user.
    • mines_give <userid> <minesId>
      • - give mine. target user. (start amount.)
    Client command
    • +mdeploy
      • - ex) bind v +mdeploy
      • - can set selected mines on the wall
    • say "/mines" or "mines"
      • - Open the mines menu.
    • +USE key on aimed mines.
      • - Open the current mines menu.

  • Cvars:
    PHP Code:
    // ================================================================
    // Common Settings.
    // ================================================================
    // lasermine ON/OFF (1 / 0)
    amx_mines_enable                 "1"

    // lasermine access level (0 = all, 1 = admin only)
    amx_mines_access                 "0"

    // Round start delay time. (5 seconds)
    amx_mines_round_delay         "5"

    // Each Mines Cvars:
    // .... 
  • Credits:
    Code:
  • Known issues.

Changelog


ScreenShot:
https://forums.alliedmods.net/showpo...45&postcount=5

GitHub:
https://github.com/AoiKagase/Amxx-MinesPlatform

i'm tired!
Attached Files
File Type: zip mines_platform_006.zip (1.02 MB, 276 views)
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 08-15-2020 at 03:27. Reason: v0.4 release.
+ARUKARI- is offline