View Single Post
larrybrains
Senior Member
Join Date: May 2017
Old 04-11-2020 , 14:29   Re: [ANY] Little Anti-Cheat
Reply With Quote #15

Quote:
Originally Posted by J_Tanzanite View Post
I think if you compile lilac.sp yourself with sm version 1.9, it should work... I think?
Tried to compile this for sm version 1.9 and got a bunch of errors and warnings. Would you be able to help me fix these?

PHP Code:
/home/l4d2/l4d2ds/left4dead2/addons/sourcemod/scripting/include/menus.inc(372) : warning 219local variable "i" shadows a variable at a preceding level
/home/l4d2/l4d2ds/left4dead2/addons/sourcemod/scripting/include/sdktools_tempents_stocks.inc(138) : warning 219local variable "angles" shadows a variable at a preceding level
lilac
.sp(100) : error 001expected token"{"but found "struct"
lilac.sp(101) : error 001expected token"public"but found "int"
lilac.sp(102) : error 001expected token"}"but found "int"
lilac.sp(173) : error 054unmatched closing brace ("}")
lilac.sp(308) : warning 219local variable "i" shadows a variable at a preceding level
lilac
.sp(330) : warning 219local variable "i" shadows a variable at a preceding level
lilac
.sp(332) : error 017undefined symbol "player"
lilac.sp(332) : warning 215expression has no effect
lilac
.sp(332) : error 001expected token";"but found "]"
lilac.sp(332) : error 029invalid expressionassumed zero
lilac
.sp(332) : fatal error 190too many error messages on one line

Compilation aborted
.
8 Errors
larrybrains is offline