View Single Post
RDiver
Member
Join Date: Mar 2010
Old 05-20-2020 , 16:23   Re: [L4D & L4D2] Item Drop
Reply With Quote #39

Quote:
Originally Posted by Marttt View Post
well is not that hard to fix.
1) warning 234: symbol "FCVAR_PLUGIN" => I usually change "FCVAR_PLUGIN" to" FCVAR_NOTIFY" to remove this messages
2) error 173: 'throw' is a newly reserved keyword => Just replace "throw" to "bThrow" in the code and it may fix.
3) warning 213: tag mismatch => change from "new bool: " to "int "
Note I don't have SM 1.11 so maybe it doesn't work at all
Thx for yr advice. However new error generated below while compiling. No idea what "msg" represented in this plugin.

HTML Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// l4d_drop.txt
//
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(268) : error 017: undefined symbol "msg"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(268) : warning 215: expression has no effect
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(274) : error 017: undefined symbol "msg"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(274) : warning 215: expression has no effect
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(297) : error 017: undefined symbol "msg"
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(297) : warning 215: expression has no effect
// D:\Games\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\l4d_drop.txt(301) : error 017: undefined symbol "msg"
//
// 4 Errors.
//
// Compilation Time: 0.25 sec
// ----------------------------------------

Press enter to exit ...
Currently using SourceMod Version: 1.10.0.6482

Last edited by RDiver; 05-20-2020 at 16:34.
RDiver is offline