Hello. I am running into a problem with my script for my HL1 server. It basically reports players and stores them in an ini file. The problem is that I don't know how to make it only add the reported player to the ini file if it wasn't already reported by the reporter.I use ReporterName and ReportedName vars. Thanks!
Code:
get_user_name(id, ReporterName, charsmax(ReporterName));
Code:
new Player = find_player("bl", ReportedName);