mikleosorey
Results
1
issues of
mikleosorey
sourcemod-1.11.0 stable I have several commands that crash after 1.11 and narrowed it down to keyvalues.exporttostring for me this simple code crashes. KeyValues copy = new KeyValues("Scenario"); char buffer[1000]; copy.ExportToString(buffer,sizeof(buffer));...