void ClientCommand_reportcvar(float request, entity client, string command)
{
float tokens;
+ string s;
+
switch(request)
{
case CC_REQUEST_HELP:
return;
}
}
-
+/*
void ClientCommand_(float request, entity client)
{
switch(request)
return;
}
}
+*/
// ======================================
case "maplist": ClientCommand_maplist(search_request_type, self); break;
case "rankings": ClientCommand_rankings(search_request_type, self); break;
case "ready": ClientCommand_ready(search_request_type, self); break;
- case "records": ClientCommand_records(search_Request_type, self); break;
+ case "records": ClientCommand_records(search_request_type, self); break;
default:
clientcommand(self, command); //print("Invalid command. For a list of supported commands, try cmd help.\n");