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

[CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)


Post New Thread Reply   
 
Thread Tools Display Modes
mlov420
Senior Member
Join Date: May 2013
Old 03-19-2019 , 05:28   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2461

If there is anyone still maintaining this plugin, it could use to be updated so that the M4A1-S has 25 bullets and 75(?) in the reserve, as opposed to 20/40 that it was before the recent update. All of the weapons ammo & reserve ammo are hard coded into the weapons.sp file in the deathmatch includes folder.

It's a simple update but I seem to be getting a lot of errors (and countless warnings) when attempting to compile. No errors related to this change though. I have all dependencies in place, and even the "optional" ones as well. Here are compile logs with errors only for SM 1.8 and 1.9 (so many warnings I chose not to include them), I am using version 0.13.11 of this plugin, which I think is the latest version.

Code:
Sourcemod 1.8
//// deathmatch.sp
//
// deathmatch/smc_reader.sp(120) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(83) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(241) : error 163: indeterminate array size in "sizeof" expression (symbol "message")
// deathmatch/config_messages.sp(50) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(84) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(140) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(151) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/admin_menu.sp(220) : error 163: indeterminate array size in "sizeof" expression (symbol "name")
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(148) : error 017: undefined symbol "rankdisplay_OnLibraryAdded"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(154) : error 017: undefined symbol "rankdisplay_OnLibraryRemoved"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(393) : error 017: undefined symbol "rankdisplay_CvarUpdate"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(484) : error 017: undefined symbol "rankDisplay_OnMapStart"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(1000) : error 017: undefined symbol "rankDisplay_OnClientDisconnect"
Code:
Sourcemod 1.9

// deathmatch/smc_reader.sp(120) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(83) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(241) : error 163: indeterminate array size in "sizeof" expression (symbol "message")
// deathmatch/config_messages.sp(50) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(84) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(140) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(151) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/admin_menu.sp(220) : error 163: indeterminate array size in "sizeof" expression (symbol "name")
mlov420 is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 03-19-2019 , 06:54   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2462

Quote:
Originally Posted by mlov420 View Post
If there is anyone still maintaining this plugin, it could use to be updated so that the M4A1-S has 25 bullets and 75(?) in the reserve, as opposed to 20/40 that it was before the recent update. All of the weapons ammo & reserve ammo are hard coded into the weapons.sp file in the deathmatch includes folder.

It's a simple update but I seem to be getting a lot of errors (and countless warnings) when attempting to compile. No errors related to this change though. I have all dependencies in place, and even the "optional" ones as well. Here are compile logs with errors only for SM 1.8 and 1.9 (so many warnings I chose not to include them), I am using version 0.13.11 of this plugin, which I think is the latest version.

Code:
Sourcemod 1.8
//// deathmatch.sp
//
// deathmatch/smc_reader.sp(120) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(83) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(241) : error 163: indeterminate array size in "sizeof" expression (symbol "message")
// deathmatch/config_messages.sp(50) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(84) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(140) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(151) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/admin_menu.sp(220) : error 163: indeterminate array size in "sizeof" expression (symbol "name")
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(148) : error 017: undefined symbol "rankdisplay_OnLibraryAdded"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(154) : error 017: undefined symbol "rankdisplay_OnLibraryRemoved"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(393) : error 017: undefined symbol "rankdisplay_CvarUpdate"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(484) : error 017: undefined symbol "rankDisplay_OnMapStart"
// G:\CSGO\a_Plugins\Compile\deathmatch.sp(1000) : error 017: undefined symbol "rankDisplay_OnClientDisconnect"
Code:
Sourcemod 1.9

// deathmatch/smc_reader.sp(120) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(83) : error 130: cannot coerce functions to values
// deathmatch/user_messages.sp(241) : error 163: indeterminate array size in "sizeof" expression (symbol "message")
// deathmatch/config_messages.sp(50) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(84) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(140) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/config_messages.sp(151) : error 163: indeterminate array size in "sizeof" expression (symbol "text")
// deathmatch/admin_menu.sp(220) : error 163: indeterminate array size in "sizeof" expression (symbol "name")
U need to use old SM for compile. Like SM 1.6
Ejziponken is offline
mlov420
Senior Member
Join Date: May 2013
Old 03-19-2019 , 13:15   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2463

I thought that might be the case because OP says it was originally compiled with SM 1.5 but I figured since it's received updates over the years, that it might be on a new syntax.

I just downloaded SM 1.5.2 but it seems compiling plugins with that version is different than with the newer versions of SM. There is not a compile.exe in the scripting folder, it resides in another folder. When moved into the scripting folder or attempted to be used in it's original folder, it just says spcomp.exe is missing (which doesn't exist in the 1.5.2 download from Alliedmodders Github).

The only "compile" file in the scripting folder is compile.sh but you can't drag an .sp into it like you can with compile.exe. I don't know, I guess this part is a little above my head at the moment or I'm just missing something completely when compiling in that old SM version.
mlov420 is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 03-19-2019 , 13:53   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2464

Quote:
Originally Posted by mlov420 View Post
I thought that might be the case because OP says it was originally compiled with SM 1.5 but I figured since it's received updates over the years, that it might be on a new syntax.

I just downloaded SM 1.5.2 but it seems compiling plugins with that version is different than with the newer versions of SM. There is not a compile.exe in the scripting folder, it resides in another folder. When moved into the scripting folder or attempted to be used in it's original folder, it just says spcomp.exe is missing (which doesn't exist in the 1.5.2 download from Alliedmodders Github).

The only "compile" file in the scripting folder is compile.sh but you can't drag an .sp into it like you can with compile.exe. I don't know, I guess this part is a little above my head at the moment or I'm just missing something completely when compiling in that old SM version.
.sh is the linux version.
Try this: https://sourceserver.info/downloads/...30-windows.zip

Last edited by Ejziponken; 03-19-2019 at 13:56.
Ejziponken is offline
mlov420
Senior Member
Join Date: May 2013
Old 03-20-2019 , 06:11   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2465

Ugh, I downloaded the .zip version instead of the tar.gz version I thought. Any way, thank you.

I'm sorry for my last couple posts of not thinking, I don't know where my brain's been lately, I'm usually better than this. Thank you so much for your help and holding my hand through this massive brain fart. Greatly appreciated man.
mlov420 is offline
Mask
AlliedModders Donor
Join Date: Oct 2010
Old 03-20-2019 , 14:30   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2466

Quote:
Originally Posted by Ejziponken View Post
.sh is the linux version.
Try this: https://sourceserver.info/downloads/...30-windows.zip
I have tried to compile with this version but getting these errors.
HTML Code:
//// deathmatch.sp
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(91) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(94) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(97) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(98) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(100) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(103) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(107) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(110) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(113) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(116) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(119) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(122) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(125) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(128) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(133) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(136) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(139) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(142) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(144) : error 054: unmatched closing brace ("}")
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(144) : error 010: invalid function or declaration
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(153) : error 001: expected token: "(", but found "-identifier-"
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(153) : error 001: expected token: ";", but found "("
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(162) : error 001: expected token: "(", but found "-identifier-"
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(162) : error 001: expected token: ";", but found "("
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(174) : error 001: expected token: "(", but found "-identifier-"
// C:\Desktop\sourcemod-1.5.4-hg4030-windows\addons\sourcemod\scripting\include\dhooks.inc(174) : error 017: undefined symbol "offset"
//
// Compilation aborted.
// 26 Errors.
Do I need some kind of old version of dhooks or what?
Mask is offline
mlov420
Senior Member
Join Date: May 2013
Old 03-20-2019 , 16:26   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2467

I'm having the same issue now as well

I tried downloading a couple older versions of dhooks that were supposed to be compatible with SM 1.5 but still had the same compile issues as you. I didn't want to come here to complain about it because I've already asked for enough help but since you mentioned it, I might as well mention I'm having the same issue and have tried a few versions of dhooks as well as older versions of SM 1.5
mlov420 is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 03-20-2019 , 16:40   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2468

I have the same issues. Not sure how to solve this one atm. Maybe using the linux version to compile it.
Ejziponken is offline
Mask
AlliedModders Donor
Join Date: Oct 2010
Old 03-21-2019 , 05:51   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2469

It is a very nice plugin which I am still using. But it's a pity to see it is getting more and more outdated as time goes on. Actually I am prepared to pay someone who could fix all the issues or rewrite with all new syntax etc and leave it here for public use.
Mask is offline
Di3Z1E
Member
Join Date: May 2018
Old 03-23-2019 , 03:38   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2470

https://github.com/Maxximou5/csgo-deathmatch

there's quite an updated version for deathmatch afaik it's not based on this version, but it's pretty much similar
Di3Z1E 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 04:20.


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