-
Notifications
You must be signed in to change notification settings - Fork 1
Furious Store
Drixevel edited this page May 9, 2023
·
3 revisions
Furious Store [furious-store.smx]
Authors: Drixevel
Description
- Store module for Furious Clan.
ConVars
- sm_furious_store_version - VERSION CONTROL
- sm_furious_store_status 1 - Status of the plugin.\n(1 = on, 0 = off)
- sm_furious_store_config configs/furious/furious_store.cfg - Name of the config file to use.
- sm_furious_store_table_items furious_global_store_items - Name of the database table to use in side the global database for items.
- sm_furious_store_table_items_equipped furious_global_store_items_equipped - Name of the database table to use in side the global database for items equipped.
- sm_furious_store_table_welcome_gifts furious_global_store_welcome_gifts - Name of the database table to use in side the global database for welcome gifts.
- sm_furious_store_resetscore_credits 0 - Credits to deduct from clients that want to reset their scores.
- sm_furious_store_credits_timer 240.0 - Time in seconds to give clients credits.
- sm_furious_store_default_credits 200 - Amount of credits to give clients who connect for the 1st time.
- sm_furious_store_equipmentmenu_status 1 - Status for the equipment menu.
- sm_furious_store_spray_distance 150 - Distance that the spray can be used.
- sm_furious_store_sound_equipped - Sound file to play on item equip.
- sm_furious_store_sound_unequipped - Sound file to play on unequip.
- sm_furious_store_credits_sound - Sound to play when a client receives the maximum number of credits randomly.
- sm_furious_store_sound_spray player/sprayer.mp3 - Sound to play when a client sprays on a surface.
- sm_furious_store_random_credits 1-10 - Amount of credits to give to a client at random.
- sm_furious_store_hours_for_credits 2 - Hours to play to give random credits.
- sm_furious_store_random_credits_per_hours 50-80 - Amount of credits to give to a client at random per hours.
- sm_furious_model_tints_enabled 0 - Toggle model tints.
- sm_furious_phoenixkit_menu_time 15 - How many seconds should Phoenix Kit menu be shown for?
- sm_furious_phoenixkit_sound - Sound file to play when phoenix kit is used
- sm_furious_phoenixkit_seconds_respawn_allow_time_latejoin 60 - How many seconds is player allowed to use the kit for, after the spawn protection is over in order to respawn, when got killed?
- sm_furious_phoenixkit_seconds_respawn_allow_time_spectate 30 - How many seconds is player allowed to use the kit for, after the spawn protection is over in order to respawn, when moved to afk?
- sm_furious_phoenixkit_seconds_respawn_allow_time_death 15 - How many seconds is player allowed to use the kit for, after the spawn protection is over in order to respawn, when dead?
- sm_furious_phoenixkit_killfeed_icon materials/panorama/images/icons/equipment/awp_phoenix_kit_bz.svg - Killfeed icon path
- sm_furious_phoenixkit_protection_time 5 - Spawn protection time in seconds for phoenix kit respawn
- sm_furious_phoenixkit_enabled 1 - Is phoenix kit enabled?
- sm_furious_store_dailyreward_sound physics/metal/chain_impact_soft2.wav - Sound to client after a successful daily command
Commands
- sm_store - Open the store menu.
- sm_shop - Open the store menu.
- sm_market - Open the store menu.
- sm_spray - Open the sprays menu.
- sm_sprays - Open the sprays menu.
- sm_skybox - Open the skybox menu.
- sm_skyboxes - Open the skybox menu.
- sm_sky - Open the skybox menu.
- sm_model - Open the model menu.
- sm_models - Open the model menu.
- sm_inv - Open the inventory menu.
- sm_inventory - Open the inventory menu.
- sm_weapon - List the current spawn builds.
- sm_weapons - List the current spawn builds.
- sm_spawnbuilds - List the current spawn builds.
- sm_guns - List the current spawn builds.
- sm_resetscore - Reset your own scores.
- sm_rs - Reset your own scores.
- sm_credits - Display how many credits you own
- sm_phoenixkit - Open Phoenix Kit menu if possible
- sm_phoenix - Open Phoenix Kit menu if possible
- sm_pk - Open Phoenix Kit menu if possible
- sm_respawn - Open Phoenix Kit menu if possible
- sm_daily - Collect your daily reward in credits
- [ADMIN] sm_gift - Give a client credits.
- [ADMIN] sm_giftcredits - Give a client credits.
- [ADMIN] sm_givecredits - Give a client credits.
- [ADMIN] sm_addcredits - Give a client credits.
- [ADMIN] sm_parsestoreconfig - Refresh store configs.
- [ADMIN] sm_testphoenixkit - Test phoenix kit menu
How to Install
- Place the .smx file in your sourcemod plugins folder.
- Restart your server.