View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-29-2016 , 15:52   Custom Shop Sub-Plugins
Reply With Quote #2

Custom Shop Addon: No Recoil

Description
  • This plugin adds No Recoil in the Custom Shop.

Installation
  • Bear in mind that this plugin won't work without the base plugin for Custom Shop (custom_shop.amxx).
  • The file cshop_norecoil.amxx goes in the plugins folder.
  • The file cshop_norecoil.sma goes in the scripting folder.
  • In configs/plugins-cshop.ini you add cshop_norecoil.amxx.

Default settings
  • The settings require editing the file cshop_norecoil.sma.

    PHP Code:
    #define NORECOIL_NAME "No Recoil"
    #define NORECOIL_PRICE 12000
    #define NORECOIL_LIMIT 1 



Custom Shop Addon: Golden AK47

http://i.imgur.com/ihSt7Qw.jpg

Description
  • This plugin adds a Golden AK47 in the Custom Shop. It has a golden model, modified damage and golden bullets.

Installation
  • Bear in mind that this plugin won't work without the base plugin for Custom Shop (custom_shop.amxx).
  • The file cshop_goldenak.amxx goes in the plugins folder.
  • The file cshop_goldenak.sma goes in the scripting folder.
  • The files v_goldenak.mdl and p_goldenak.mdl go in the models/custom_shop folder.
  • In configs/plugins-cshop.ini you add cshop_goldenak.amxx.

Default settings
  • The settings require editing the file cshop_goldenak.sma.

    PHP Code:
    additem ITEM_GOLDENAK
    #define GOLDENAK_NAME "Golden AK47"
    #define GOLDENAK_PRICE 16000
    #define GOLDENAK_LIMIT 1
    #define GOLDENAK_SOUND "weapons/gauss2.wav"
    #define GOLDENAK_VMODEL "models/custom_shop/v_goldenak.mdl"
    #define GOLDENAK_PMODEL "models/custom_shop/p_goldenak.mdl"
    #define GOLDENAK_WEAPON_STR "weapon_ak47"
    #define GOLDENAK_WEAPON_CSW CSW_AK47
    #define GOLDENAK_DAMAGE 5
    #define GOLDENAK_AMMO 500
    new bool:g_blGoldenAK[33]

    // Comment this line to disable the bullets.
    #define USE_BULLETS

    #if defined USE_BULLETS
        // You can add a shoot sound in this line, after you remove the comment.
        //#define BULLET_SOUND "weapons/ak47-1.wav"
        
        #define BULLET_MODEL "sprites/dot.spr"
        #define BULLET_STARTFRAME 1
        #define BULLET_FRAMERATE 5
        #define BULLET_LIFE 2
        #define BULLET_WIDTH 10
        #define BULLET_NOISE 0
        #define BULLET_COLOR_RED 255
        #define BULLET_COLOR_GREEN 215
        #define BULLET_COLOR_BLUE 0
        #define BULLET_BRIGHTNESS 200
        #define BULLET_SPEED 150
        
    new g_iGoldenBullet
    #endif

    #define DEFAULT_VMODEL "models/v_ak47.mdl"
    #define DEFAULT_PMODEL "models/p_ak47.mdl" 



Custom Shop Addon: Leap Longjump

Description
  • This plugin adds leap (longjump) in the Custom Shop. With this item you can perform long jumps.

Settings
  • The settings are automatically generated in configs/CustomShopItems.ini and they can also be changed in-game with the command cshop_edit.
    • Force: 550 -- how far you will jump
    • Minimum Speed: 80 -- the minimum speed that's required in order to jump
    • Height: 255.0 -- how high you will jump
    • Cooldown: 5.0 -- how many seconds before you can jump again
Attached Files
File Type: zip CSHOP GoldenAK47.zip (745.3 KB, 1344 views)
File Type: zip CSHOP No Recoil.zip (635 Bytes, 1033 views)
File Type: zip CSHOP Leap v4.x.zip (870 Bytes, 999 views)

Last edited by OciXCrom; 04-19-2017 at 15:29.
OciXCrom is offline
Send a message via Skype™ to OciXCrom