20.02.2019, 15:07
Comparing against an empty string will return 0.
If you ever change the size of `vpncountry` and not remember to change the value in the loop, it will throw a run time error. But if the file is empty, why loop at all? Read from the file and have a global variable as a counter. Then use this counter instead of < 200
If you kick directly, what is the point to store in player-array to begin with?
pawn Code:
if(!isnull(vpncountry[i]) && !strcmp(country, vpncountry[i]))
If you kick directly, what is the point to store in player-array to begin with?