GameVoting icon indicating copy to clipboard operation
GameVoting copied to clipboard

A simple plugin written in SourcePawn. Allows you to manage players on servers with the punishment of certain players through a general vote on the server.

Results 1 GameVoting issues
Sort by recently updated
recently updated
newest added

Old array https://github.com/neatek/GameVoting/blob/d3502fcf4e0984bb4b331ec066bbd17b10bb587e/addons/sourcemod/scripting/gamevoting/reasons.sp#L21 not deleted before opening a new one. I'm not an expert, but adding "delete gReasons;" on line #4 ` if(gReasons != null) { gReasons.Clear(); delete gReasons; }`...