AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support] (https://forums.alliedmods.net/showthread.php?t=317950)

xSLOW 08-05-2019 18:17

[CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
Description:
➤ Gamble your credits with another player.
➤ Supports Zephyrus's Store
➤ Supports TiBarification's Shop

How to install:
➤ Download files from github
➤ Copy csgo_dices_store.smx to addons/sourcemod/plugins if you use ZEPHYRUS's STORE
➤ Copy csgo_dices_shop.smx to addons/sourcemod/plugins if you use TiBarification's SHOP
➤ Change the map or type in console "sm_rcon sm plugins load csgo_dices_store" / "sm_rcon sm plugins unload csgo_dices_shop"

Commands:
➤ sm_dices <#playername> <credits> | Send a request to a player
➤ sm_dicesoff | Turn off all requests
➤ sm_diceson | Turn on all requests


Download links:
➤Direct download: https://github.com/xSL0W/csgo_dices/archive/master.zip
➤Github Repo: https://github.com/xSL0W/csgo_dices

Credits:
➤ yash1441- I used this plugin as inspiration: [https://forums.alliedmods.net/showthread.php?p=2539034]

Versions:
➤ 1.0 - first release
➤ 1.1 - small bug fix
➤ 1.2:
- Important bug fixed
- Added sounds for losing/winning
- Changed from PrintToChatAll to PrintToChat, no more spam.

XHUNTERX 08-06-2019 03:48

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
thanks

#include <menu-stocks>
#include <store>

Do you share the files needed to compile the plugin?

kratoss1812 08-06-2019 04:52

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
:bee:

xSLOW 08-06-2019 06:39

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
Quote:

Originally Posted by XHUNTERX (Post 2662145)
thanks

#include <menu-stocks>
#include <store>

Do you share the files needed to compile the plugin?

oh, sorry, i will post them now

xSLOW 08-06-2019 09:30

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
Updated to 1.1
- Fixed a small bug

XHUNTERX 08-06-2019 12:30

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
hello dude

Quote:

//// csgo_dices_store.sp
//
// C:\Users\mypc\desktop\SM COMPILE\csgo_dices_store.sp(6) : warning 203: symbol is never used: "g_cvarChatTag"
what's the problem?

XHUNTERX 08-06-2019 15:50

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
SS: http://prntscr.com/op8bfw

xSLOW 08-06-2019 20:08

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
Quote:

Originally Posted by XHUNTERX (Post 2662219)
hello dude



what's the problem?

it's just a warning, you can ignore it
it is not from the plugin, it is from zephyrus store inc

xSLOW 08-19-2019 20:46

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
➤ New version 1.2:
- Important bug fixed
- Added sounds for losing/winning
- Changed from PrintToChatAll to PrintToChat, no more spam.

Sandervraun 04-19-2020 17:59

Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]
 
Quote:

Originally Posted by xSLOW (Post 2663871)
➤ New version 1.2:
- Important bug fixed
- Added sounds for losing/winning
- Changed from PrintToChatAll to PrintToChat, no more spam.

//// csgo_dices_store.sp
//
// C:\Users\Sande\Desktop\Compile plugins\Compile plugins\include\store.inc(24) : error 050: constant 'szName' already defined
// C:\Users\Sande\Desktop\Compile plugins\Compile plugins\include\store.inc(55) : error 050: constant 'iId' already defined
// C:\Users\Sande\Desktop\Compile plugins\Compile plugins\include\store.inc(78) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePa...x#Enum_Structs
// C:\Users\Sande\Desktop\Compile plugins\Compile plugins\include\store.inc(79) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePa...x#Enum_Structs
// C:\Users\Sande\Desktop\Compile plugins\Compile plugins\include\store.inc(82) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePa...x#Enum_Structs
// csgo_dices_store.sp(6) : warning 203: symbol is never used: "g_cvarChatTag"
//
// 2 Errors.
//
// Compilation Time: 0.16 sec
// ----------------------------------------


plugin does not compile


All times are GMT -4. The time now is 13:34.

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