View Single Post
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