View Single Post
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 11-01-2018 , 14:37   Re: [CS:GO] Remove Cash & Points Messages
Reply With Quote #12

Instead of having like 20 if statements, you could also: if (StrContains(buffer, "Award") != -1) { // then stop }
mug1wara is offline