AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Release Sourcemod Store (Includes Download - Patch 1.2.7) (https://forums.alliedmods.net/showthread.php?t=255418)

Drixevel 01-15-2015 05:20

Sourcemod Store (Includes Download - Patch 1.2.7)
 

Details:
Sourcemod Store is a free and open source store system for Sourcemod which allows users to setup a store with a wide variety of customization and usability. It comes with a web panel but is not required to run, you can read more details about that in the web panel thread linked below.

INSTALL INSTRUCTIONS (NOT FOR ITEMS)
AVAILABLE ITEM MODULES

Code Repository | Download | Report Bugs

Drixevel 01-15-2015 05:21

Re: Store Beta [1.2-beta fork1]
 
Discontinued the change logs for these forks since I will be pushing to the main repository from now on.

braak0327 01-15-2015 09:43

Re: Store Beta [1.2-beta fork1]
 
Finally!!! cheers!

Drixevel 01-15-2015 15:44

Re: Store Beta [1.2-beta fork1]
 
Quote:

Originally Posted by braak0327 (Post 2249503)
Finally!!! cheers!

You're welcome.

I've tested this fork fully against CSGO and it seems like the only issues are the external modules.

rowedahelicon 01-15-2015 19:19

Re: Store Beta [1.2-beta fork1]
 
Found a bug

Code:

KvGetString(kv, "gifting_commands", buffer, sizeof(buffer), "!accept /accept");
Line 105 on store-gifting.sp, should be

Code:

KvGetString(kv, "accept_commands", buffer, sizeof(buffer), "!accept /accept");

Drixevel 01-15-2015 22:26

Re: Store Beta [1.2-beta fork1]
 
Quote:

Originally Posted by rowedahelicon (Post 2249706)
Found a bug

Code:

KvGetString(kv, "gifting_commands", buffer, sizeof(buffer), "!accept /accept");
Line 105 on store-gifting.sp, should be

Code:

KvGetString(kv, "accept_commands", buffer, sizeof(buffer), "!accept /accept");

Should be pushed in the next repository, thanks.

zloykif 01-23-2015 09:38

Re: Store Beta [1.2-beta fork1]
 
Quote:

1/7/2015 - Initial Release
- Fixed spelling mistakes in include files.
- Moved 'credits' & 'store' command values in 'core.cfg' to a sub-section. (tidy)
- Added a new keyvalue to 'core.cfg - sql_config_entry' for the SQL entry the plugin set should use. (default = default)
- Added message to display if no categories are present. (Translation: "No categories available")
Not enough for move %) but will see, maybe u add something else

Drixevel 01-23-2015 13:00

Re: Store Beta [1.2-beta fork1]
 
Quote:

Originally Posted by zloykif (Post 2252778)
Not enough for move %) but will see, maybe u add something else

As I clean up and make the plugin more customizable, It will be needed.

bumsar1 01-23-2015 16:53

Re: Store Beta [1.2-beta fork1]
 
How do i fix this?

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 346

Drixevel 01-23-2015 20:37

Re: Store Beta [1.2-beta fork1]
 
Quote:

Originally Posted by bumsar1 (Post 2252907)
How do i fix this?

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 346

Not a part of my fork. Read the instructions from the post I made in your other thread.


All times are GMT -4. The time now is 20:22.

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