splewis / csgo-multi-1v1

CS:GO Sourcemod plugin to create multi-1v1 arena servers
GNU General Public License v3.0
278 stars 68 forks source link

Can't compile with SMlib #264

Open inputuserhere opened 4 years ago

inputuserhere commented 4 years ago

I keep getting this error when trying to compile. Using the latest SMlib commit and syntax is still outdated?? Is there another library I can use?

//// multi1v1.sp
//
// C:\Users\incr\Desktop\sourcemod-1.10.0-git6488-windows\addons\sourcemod\scripting\include\smlib/entities.inc(1773) : fatal error 196: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs
//
// Compilation aborted.
// 1 Error.
//
// Compilation Time: 0.34 sec
splewis commented 4 years ago

I would suggest compiling with sourcemod 1.9. The plugin is only regularly compiled/tested against 1.9 still: https://github.com/splewis/csgo-multi-1v1/blob/master/.travis.yml#L8

Updates are probably required to smlib for 1.10 compatibility, but I haven't investigated.