Raised This Month: $12 Target: $400
 3% 

[CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.5.0 / 20-08-18]


Post New Thread Reply   
 
Thread Tools Display Modes
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-27-2016 , 12:41   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.0.0 / 06-10-16]
Reply With Quote #21

Quote:
Originally Posted by ElleVen View Post
What about Zephyrus store integration?
Just using zeph store credits instead of custom credits in the plugin should do the job. Should be easy to do using the store natives.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-27-2016 , 13:39   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.0.0 / 06-10-16]
Reply With Quote #22

Quote:
Originally Posted by Franc1sco View Post
Just using zeph store credits instead of custom credits in the plugin should do the job. Should be easy to do using the store natives.
Ahh, this makes more sense to me, just use the same credits currency.

I will make MyJailShop compatible to use the credits from different stores.

edit: an early dev test version with support for Zephyrus store (tested), FrozDarks shop (untested) & 'SM Store' (untested).
Use sm_jailshop_credits_system "0" and add the related 'api' support plugin (e.g. myjailshop-zephyrus-store.smx).
__________________
coding & free software

Last edited by shanapu; 10-27-2016 at 17:01.
shanapu is offline
Jezis
AlliedModders Donor
Join Date: Jul 2016
Location: Czech Republic
Old 11-06-2016 , 05:00   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.0.0 / 06-10-16]
Reply With Quote #23

Great job done here.

But I have found a bug. When i buy deagle, while holding AWP, i get 42 bullets for deagle (which should have only 7). Also when i buy deagle, i get only 2 bullets instead of 7.

Will there be a function for admins to give credits?
Jezis is offline
Send a message via ICQ to Jezis
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 11-06-2016 , 08:04   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.0.0 / 06-10-16]
Reply With Quote #24

Quote:
Originally Posted by Jezis View Post
Great job done here.

But I have found a bug. When i buy deagle, while holding AWP, i get 42 bullets for deagle (which should have only 7). Also when i buy deagle, i get only 2 bullets instead of 7.
Yeah, I can reproduce this. Will be fixed within next update.
edit: fixed in dev branch

Quote:
Originally Posted by Jezis View Post
Will there be a function for admins to give credits?
Already there:

AdminCommands // ADMFLAG_ROOT
sm_jailgive - Give jail shop credits to a player - Use: sm_jailgive <#userid|name> [amount]
sm_jailset - Set jail shop credits of a player - Use: sm_jailgift <#userid|name> [amount]
__________________
coding & free software

Last edited by shanapu; 11-06-2016 at 10:16.
shanapu is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 12-04-2016 , 16:14   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.2.0 / 04-12-16]
Reply With Quote #25

Update to 1.2.0

please read attentively the changelog.
If you using MyJailbreak you must update to MyJB-Beta 9.0

Quote:
[1.2.0] - 3rd party credits, MyJailbreaks paperclips support & fixes


Added
  • new item: new item paperclips if MyJailBreaks Warden & Handcuffs available
  • new cvar - sm_jailshop_paperclip_price - 0 - disabled, price of the 'PaperClips' shop item (only if myjb is available)
  • new cvar - sm_jailshop_paperclip_amount - Amount of paperclips a player get (only if myjb is available)
  • Support for 3rd party store/shop plugins credit system (use their credits instead myjs credits)
  • new cvar - sm_jailshop_credits_system - 1 - MyJailShop Credits, 0 - Zephrus store or 'SM Store' or FrozDark shop (need extra support plugin)
  • new plugin - myjailshop-zephyrus-store.smx - Support plugin for Zephyrus store plugin
  • new plugin - myjailshop-sm-store.smx - Support plugin for 'sm store' plugin
  • new plugin - myjailshop-frozdark-shop.smx - Support plugin for FrozDarks shop plugin
  • new cvar - 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
  • new cvar - sm_jailshop_log - Allow MyJailShop to log purchases and gifts in logs/MyJailShop
  • new cvar - sm_jailshop_buy_lr - 0 - disabled, 1 - Restrict shopping on last request
  • new cvar - sm_jailshop_remove_lr - 0 - disabled, 1 - Remove the bought perks on a last request. (bought weapons stay)
  • RU transaltion - Thx include1!
  • IT transaltion - Thx Hexer10!
  • New builds system - sourcecode on github / binarys at http://shanapu.de/MyJailShop



Changed
  • Moved 'Be a Bird'-item to end of menu
  • Already buyed items are greyed out
  • When using MyJB, icons will be disabled on invisible, bird & fakeguard
  • MyJailbreak: remove players icon above heads on 'fakeguard' & 'be a bird'-items



Fixed
  • Ammobug when a player already got a prim/sec weapon and buy deagle or awp
  • new cvar - sm_jailshop_removeweapon - 0 - disabled, 1 - When a player already got a prim/sec weapon and buy deagle or awp the current weapon disappear
  • Bug color in give/gift chat messages
  • Bug to get more bullets on deagle & awp Thx Jezis
  • Show chat message "You bought..." only to client.
  • Possibility for player to !jailgift credits to themself
  • Show wrong costs on Taser Thx Dkmuniz
  • minor fixes & small typos



Developer stuff
  • Natives: Changed all native names by adding MyJailShop_* in front to avoid conflicts with 3rd party plugins
  • Forwards: Changed all forward names by adding MyJailShop_* in front to avoid conflicts with 3rd party plugins
__________________
coding & free software
shanapu is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 12-05-2016 , 10:21   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.2.0 / 04-12-16]
Reply With Quote #26

Add off MyJailShop in Event Game MyJailBreak
mrkos9i4ok is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 12-06-2016 , 08:53   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.2.0 / 04-12-16]
Reply With Quote #27

Quote:
Originally Posted by mrkos9i4ok View Post
Add off MyJailShop in Event Game MyJailBreak
what?
Spoiler
__________________
coding & free software
shanapu is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 12-06-2016 , 14:34   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.2.0 / 04-12-16]
Reply With Quote #28

Quote:
Originally Posted by mrkos9i4ok View Post
Add off MyJailShop in Event Game MyJailBreak
sm_jailshop_myjb 0 ??
__________________
weeeishy is offline
Ultralord
Senior Member
Join Date: Oct 2008
Old 12-18-2016 , 07:48   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.2.0 / 04-12-16]
Reply With Quote #29

i already load the plugin all i think is working but prisoners cant open shop.. with any of commands ct can use shop where is the problem ?
Ultralord is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-18-2016 , 08:57   Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.2.0 / 04-12-16]
Reply With Quote #30

Quote:
Originally Posted by Ultralord View Post
i already load the plugin all i think is working but prisoners cant open shop.. with any of commands ct can use shop where is the problem ?
Any errors log, my bugs was that I had two version of myshop first one with capital letters the other not.
SM plugins list?
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 12-18-2016 at 08:57.
Papero is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode