Raised This Month: $ Target: $400
 0% 

[L4D2] Shop


Post New Thread Reply   
 
Thread Tools Display Modes
mikaelangelis
Senior Member
Join Date: Oct 2017
Old 04-08-2020 , 05:23   Re: [L4D2] Shop
Reply With Quote #11

Any news on the next update?
mikaelangelis is offline
BloodyBlade
Senior Member
Join Date: Feb 2018
Old 05-02-2020 , 11:49   Re: [L4D2] Shop
Reply With Quote #12

Quote:
Originally Posted by L4D2Noob View Post
My version (1.3)
  • Dollar icon removed
  • The store can be used once every 90 seconds
PHP Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// [L4D2] Store.sp
//
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(55) : warning 217: loose indentation
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(56) : warning 217: loose indentation
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(65) : warning 217: loose indentation
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(125) : warning 219: local variable "menu" shadows a variable at a preceding level
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(148) : warning 219: local variable "menu" shadows a variable at a preceding level
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(161) : warning 219: local variable "menu" shadows a variable at a preceding level
// Code size:            16576 bytes
// Data size:             8312 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   41272 bytes
//
// 6 Warnings.
//
// Compilation Time: 1,53 sec
// ----------------------------------------

Press enter to exit ... 
Fixed version:
Attached Files
File Type: sp Get Plugin or Get Source ([L4D2] Store.sp - 339 views - 19.8 KB)

Last edited by BloodyBlade; 05-02-2020 at 11:56.
BloodyBlade is offline
L4D2Noob
AlliedModders Donor
Join Date: Mar 2020
Location: Moscow
Old 05-02-2020 , 14:28   Re: [L4D2] Shop
Reply With Quote #13

Quote:
Originally Posted by BloodyBlade View Post
PHP Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// [L4D2] Store.sp
//
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(55) : warning 217: loose indentation
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(56) : warning 217: loose indentation
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(65) : warning 217: loose indentation
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(125) : warning 219: local variable "menu" shadows a variable at a preceding level
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(148) : warning 219: local variable "menu" shadows a variable at a preceding level
// D:\Games\Left4Dead2_Repack_by_Pioneer\scripting\sm&mm\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\[L4D2] Store.sp(161) : warning 219: local variable "menu" shadows a variable at a preceding level
// Code size:            16576 bytes
// Data size:             8312 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   41272 bytes
//
// 6 Warnings.
//
// Compilation Time: 1,53 sec
// ----------------------------------------

Press enter to exit ... 
Fixed version:
Thank! I shared a new version in my community! And left a link to your profile!
__________________
L4D2Noob is offline
Send a message via ICQ to L4D2Noob Send a message via Skype™ to L4D2Noob
3aljiyavslgazana
Member
Join Date: Dec 2018
Old 05-21-2020 , 01:43   Re: [L4D2] Shop
Reply With Quote #14

Awesome plugin !! here some suggestions :

- add back button in the shop menu (there is only exit button)
- make the shop menu disappear automatically after buying item
- a command to show how much money you have (sm_money)
- add more items and upgrades like laser and explosive ammo
- let us open the shop menu in cooldown but can't buy from it
- after cooldown is over show message saying (shop is open now!)

.
3aljiyavslgazana is offline
maclarens
Senior Member
Join Date: Jul 2020
Location: Kz
Old 09-28-2020 , 11:34   Re: [L4D2] Shop
Reply With Quote #15

good plugin but not good working

L 09/28/2020 - 20:58:11: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:58:11: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 20:58:12: [SM] Exception reported: Can only be called from inside a MenuAction_Select callback
L 09/28/2020 - 20:58:12: [SM] Blaming: Store.smx
L 09/28/2020 - 20:58:12: [SM] Call stack trace:
L 09/28/2020 - 20:58:12: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:58:12: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 20:58:12: [SM] Exception reported: Can only be called from inside a MenuAction_Select callback
L 09/28/2020 - 20:58:12: [SM] Blaming: Store.smx
L 09/28/2020 - 20:58:12: [SM] Call stack trace:
L 09/28/2020 - 20:58:12: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:58:12: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 20:58:17: [SM] Exception reported: Can only be called from inside a MenuAction_Select callback
L 09/28/2020 - 20:58:17: [SM] Blaming: Store.smx
L 09/28/2020 - 20:58:17: [SM] Call stack trace:
L 09/28/2020 - 20:58:17: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:58:17: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 20:580: [SM] Exception reported: Can only be called from inside a MenuAction_Select callback
L 09/28/2020 - 20:580: [SM] Blaming: Store.smx
L 09/28/2020 - 20:580: [SM] Call stack trace:
L 09/28/2020 - 20:580: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:580: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 20:585: [SM] Exception reported: Can only be called from inside a MenuAction_Select callback
L 09/28/2020 - 20:585: [SM] Blaming: Store.smx
L 09/28/2020 - 20:585: [SM] Call stack trace:
L 09/28/2020 - 20:585: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:585: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 20:585: [SM] Exception reported: Can only be called from inside a MenuAction_Select callback
L 09/28/2020 - 20:585: [SM] Blaming: Store.smx
L 09/28/2020 - 20:585: [SM] Call stack trace:
L 09/28/2020 - 20:585: [SM] [0] GetMenuSelectionPosition
L 09/28/2020 - 20:585: [SM] [1] Line 551, Store.sp::Other_Menu_Handle
L 09/28/2020 - 21:00:55: Error log file session closed.
maclarens is offline
BloodyBlade
Senior Member
Join Date: Feb 2018
Old 10-24-2020 , 10:48   Re: [L4D2] Shop
Reply With Quote #16

* Update The Last Stand
Attached Files
File Type: sp Get Plugin or Get Source ([L4D2] Store.sp - 394 views - 21.7 KB)

Last edited by BloodyBlade; 10-24-2020 at 11:03.
BloodyBlade is offline
mikaelangelis
Senior Member
Join Date: Oct 2017
Old 11-08-2020 , 00:56   Re: [L4D2] Shop
Reply With Quote #17

Would there be a version of shop checkpoint where you can interact like COD warzone? been waiting for new update like half year
mikaelangelis is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 01-09-2021 , 03:05   Re: [L4D2] Shop
Reply With Quote #18

Survivors And Infected Shop Improved Version
Killing zombies and infected to earn credits, use !buy to purchase weapons and items.

-New Feature-
-Remke code
-Translation Support
-Add The last stand two melee
-Unlock All weapons including M60, Grenade_Launcher, and CSS weapons
-Unlock All items including cola, gnome and fireworkcrate
-Add Infected Shop
-You can earn credits by killing survivors as an infected.
-You can earn credits by helping each other as a survivor.
-Save player's money with Cookies, it means that money can be saved to database across client connections, map changes and even server restarts.\
-Buy time cooldown, can't buy quickly.

-Github Private-
Latest version always here
__________________

Last edited by HarryPotter; 01-03-2024 at 10:13.
HarryPotter is offline
jjambo789
Junior Member
Join Date: Dec 2013
Old 02-05-2021 , 03:18   Re: [L4D2] Shop
Reply With Quote #19

I look forward to Mysql version. (because the servers have separate cookie storages)
jjambo789 is offline
marki89
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 03-07-2021 , 13:25   Re: [L4D2] Shop
Reply With Quote #20

Hi, how are you? I want to change the prices of the items but when I want to compile I get this error

/home/groups/sourcemod/upload_tmp/phpytYfK7.sp(6) : fatal error 183: cannot read from file: "multicolors"

Last edited by marki89; 03-07-2021 at 13:25.
marki89 is offline
Reply



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 05:07.


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