gamemedev / plugin-sourcemod

gameME Plugin for SourceMod to manage ingame events and to extend gameME Stats!
GNU General Public License v2.0
13 stars 14 forks source link

Sourcemod 1.10 compile errors #8

Open stickz opened 4 years ago

stickz commented 4 years ago

When trying the compile the gameme.inc file with SM 1.10, the following error appears. scripting/include/gameme.inc(48) : fatal error 196: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs

It points to the following line where the functag needs to be changed. functag gameMEStatsCallback public(command, payload, client, &Handle: datapack);