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

[CS:GO] High or Low for Zephyrus Store V1.1 [16/08/2020]


Post New Thread Reply   
 
Thread Tools Display Modes
Author
SSheriFF
AlliedModders Donor
Join Date: May 2020
Location: Israel
Plugin ID:
7131
Plugin Version:
1.1
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
Play High or Low using Credits from Zephyrus Store
Old 05-28-2020 , 06:45   [CS:GO] High or Low for Zephyrus Store V1.1 [16/08/2020]
Reply With Quote #1

Description:
➤ Gamble/bet your credits and have fun
➤ Supports Zephyrus's Store.

How to install:
➤ Copy HighOrLow-Zephyrus.smx to addons/sourcemod/plugins
➤ Change the map or restart your server.
➤ Have Fun.

Commands:
➤ sm_hol | Opens the High or Low menu.

Cvars:
➤ sm_hol_min_amount | The minimum amount of Credits to play High or Low (default : 50)
➤ sm_hol_max_amount | The maximum amount of Credits to play High or Low (default : 500)
➤ sm_cooldown_time | Cooldown for the high or low command. Usage: The amount of second between each try of the command . 0.0-Disable. (default : 30.0)
➤ Changeable through cfg/sourcemod/highorlow.cfg

Download links:
Zephyrus Store

Credits:
➤ Pilo - for helping me with some issues: https://forums.alliedmods.net/member.php?u=290157

Contact:
My Discord: WilDick#1524

Versions:
➤ 1.0 - first release [28/05/2020]
➤ 1.1 - added an option to set a cooldown between each try of the command [16/08/2020]
Attached Files
File Type: zip HighOrLow-ZephyrusFixedV1.1.zip (36.2 KB, 291 views)

Last edited by SSheriFF; 10-14-2022 at 15:42.
SSheriFF is offline
Psyduckk
New Member
Join Date: May 2020
Location: Israel
Old 05-28-2020 , 21:08   Re: [CS:GO] High or Low for Zephyrus Store
Reply With Quote #2

Nice gambling plugin
Psyduckk is offline
amirsz
New Member
Join Date: Apr 2017
Old 08-12-2020 , 09:20   Re: [CS:GO] High or Low for Zephyrus Store
Reply With Quote #3

Add plugin on SourceMod Translator, please.

I think there is a mistake here because of which there can be serious problems
Code:
//Previosous
int win = (g_iManualAmount[client]/(100-g_iRand1));
int win = (g_iManualAmount[client]/(g_iRand1));

//After
int win = (100/(100-g_iRand1));
int win = (100/(g_iRand1));

Last edited by amirsz; 08-12-2020 at 10:24.
amirsz is offline
SSheriFF
AlliedModders Donor
Join Date: May 2020
Location: Israel
Old 08-12-2020 , 11:48   Re: [CS:GO] High or Low for Zephyrus Store
Reply With Quote #4

Quote:
Originally Posted by amirsz View Post
Add plugin on SourceMod Translator, please.

I think there is a mistake here because of which there can be serious problems
Code:
//Previosous
int win = (g_iManualAmount[client]/(100-g_iRand1));
int win = (g_iManualAmount[client]/(g_iRand1));

//After
int win = (100/(100-g_iRand1));
int win = (100/(g_iRand1));
Fixed that in the post, thank you
__________________
Taking small private requests (Free) and big private requests (Paid).
Contact me via Discord: WilDick#1524

My Plugins:
SSheriFF is offline
ROFI
New Member
Join Date: Aug 2020
Old 08-16-2020 , 13:15   Re: [CS:GO] High or Low for Zephyrus Store
Reply With Quote #5

Can you make a timer between games?
ROFI is offline
SSheriFF
AlliedModders Donor
Join Date: May 2020
Location: Israel
Old 08-16-2020 , 16:48   Re: [CS:GO] High or Low for Zephyrus Store
Reply With Quote #6

Quote:
Originally Posted by ROFI View Post
Can you make a timer between games?
Added on version 1.1 Enjoy
__________________
Taking small private requests (Free) and big private requests (Paid).
Contact me via Discord: WilDick#1524

My Plugins:
SSheriFF 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 02:50.


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