MyJailShop provide you a high customizable shop with credits system intended for jailbreak server.
Earn credits for playtime, kills, your team won rounds &/or you reach last request.
Shop Items: ° = core, * = extra plugin
Guards & prisoner / CT & T - both:
- Heal up to 100HP °
Armor & extra HP °
Revive / respawn °
Bunny Hop °
Froggy Jump / double jump °
Low Gravity °
No Damage / Immortal °
Wallhack for x sec. ° (optional - need CustomPlayerSkins)
Jetpack *
Ice grenade *
Parachute *
Tactical shield *
- Open Cells ° (optional - need smartjaildoors)
Vampire / +speed & HP for damage °
Invisible for x sec. °
No Clip for x sec. °
Paperclips for handcuffs °
Fake Guard Model °
Teleport smoke °
Poison smoke °
Fire Grenade °
One bullet AWP °
Seven bullets deagle °
One hit Knife °
Throw One hit Knife °
Three bullets Taser °
Molotov & flashs °
Be a Bird °
Teleport to random T °
Blackout *
Open door in sight *
Jihad *
MyJB Freeday *
- SourcePawn Transitional Syntax 1.7
Multilingual support
Use credit system of alternative stores/shops (zephyrus,frozdark,sm store)
Console varibale for almost all features!
Custom chat commands !mycommand
Custom chat tags [jail.shop]
Colors
Natives & forwards - some gambling plugins coming soon!
VIP flags for items
great API to insert your own custom items
extra plugin for credits in HUD
some other fancy stuff
Code: Select all
sm_jailshop - Open the jail shop menu
sm_jailcredits - Show your jail shop credits
sm_jailgift - Gift jail shop credits to a player - Use: [b]sm_jailgift <#userid|name> [amount]
sm_revive - Use jail shop item revive
sm_showjailcredits - Show jail shop credits of all online player
Code: Select all
set your own custom command. take a look at "sm_jailshop_cmds_NAME"
AdminCommands // ADMFLAG_ROOT
Quote:
sm_sale - Toggle Sale - discount all items
sm_jailgive - Give jail shop credits to a player - Use: [b]sm_jailgive <#userid|name> [amount]
sm_jailset - Set jail shop credits of a player - Use: [b]sm_jailgift <#userid|name> [amount]
Code: Select all
sm_jailshop_version - The version of this MyJailShop SourceMod plugin
sm_jailshop_enable - 0 - disabled, 1 - enable the MyJailShop SourceMod plugin
sm_jailshop_credits_system - 1 - MyJailShop Credits, 0 - Zephrus store or 'SM Store' or FrozDark shop (need extra support plugin)
sm_jailshop_credits_save - 0 - disabled, 1 - Save credits on player disconnect
sm_jailshop_mysql - 0 - disabled, 1 - Should we use a mysql database to store credits
sm_jailshop_credits_max - Maximum of credits to earn for a player
sm_jailshop_minplayers - Minimum players to earn credits
sm_jailshop_warmupcredits - 0 - disabled, 1 - enable players get credits on warmup
sm_jailshop_credits_kill_t - Amount of credits a prisoner earns when kill a Guard
sm_jailshop_credits_kill_t_vip - Amount of credits a VIP prisoner earns when kill a Guard
sm_jailshop_credits_kill_ct - Amount of credits a guard earns when kill a prisoner
sm_jailshop_credits_kill_ct_vip - Amount of credits a VIP guard earns when kill a prisoner
sm_jailshop_credits_win_t - 0 - disabled, amount of credits a prisoner earns when win round
sm_jailshop_credits_win_t_vip - 0 - disabled, amount of credits a VIP prisoner earns when win round
sm_jailshop_credits_win_ct - 0 - disabled, amount of credits a guard earns when win round
sm_jailshop_credits_win_ct_vip 0 - disabled, amount of credits a VIP guard earns when win round
sm_jailshop_credits_win_alive 0 - disabled, 1 - only alive player get credits when team win the round
sm_jailshop_credits_lr - Amount of credits for reach last request as prisoner (only if hosties is available)
sm_jailshop_credits_lr_vip - Amount of credits for reach last request as prisoner (only if hosties is available)
sm_jailshop_credits_time_interval - Time in seconds a player recieved credits per time
sm_jailshop_credits_time - 0 - disabled, how many credits players receive for '[b]sm_jailshop_credits_time_interval'
sm_jailshop_credits_time_vip - 0 - disabled, how many credits VIP players receive for '[b]sm_jailshop_credits_time_interval
sm_jailshop_welcome - 0 - disabled, 1 - welcome messages on spawn
sm_jailshop_notification - 0 - disabled, 1 - enable chat notification everytime player get credits
sm_jailshop_buytime - 0 - disabled, Time in seconds after roundstart shopping is allowed
sm_jailshop_buytime_cells - 0 - disabled, 1 - only shopping until cell doors opened (only if smartjaildoors is available)
sm_jailshop_access - 0 - shop available for guards & prisoner, 1 - only prisoner
sm_jailshop_myjb - 0 - disable shopping on MyJailbreak Event Days, 1 - enable shopping on MyJailbreak Event Days (only if myjb is available, show/gift/... credits is still enabled)
sm_jailshop_close - 0 - disabled, 1 - enable close menu after action
sm_jailshop_tag - Allow "MyJailShop" to be added to the server tags? So player will find servers with MyJailShop faster. it dont touch you sv_tags
sm_jailshop_log - Allow MyJailShop to log purchases and gifts in logs/MyJailShop
sm_jailshop_buy_lr - 0 - disabled, 1 - Restrict shopping on last request
sm_jailshop_remove_lr - 0 - disabled, 1 - Remove the bought perks on a last request. (bought weapons stay)
sm_jailshop_removeweapon - 0 - disabled, 1 - When a player already got a prim/sec weapon and buy deagle or awp the current weapon disappear
sm_jailshop_sale_multi - How many percent discount on a sale!
sm_jailshop_cmds_shop - Set your custom chat commands for shop menu(!jailshop (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)
sm_jailshop_cmds_gift - Set your custom chat commands for gifting credits(!jailgift (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)
sm_jailshop_cmds_revive - Set your custom chat commands for revive(!jailrevive (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)
sm_jailshop_cmds_credits - Set your custom chat commands to see you credits (!jailcredits (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)
sm_jailshop_cmds_showcredits - Set your custom chat commands for see all online players credits(!showjailcredits (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)