24.12.2015, 16:40
1. DO NOT use dini. Its slow, its old, use Yini instead.
2. Why did you define all KS & Cash? You could just simply create something as. switch(ks) case 1: GivePlayerMoney etc. etc
3. Why are you using 256 strings when you dont need them?
this code will not use 256 characters in any case. Please optimize that.
4. Why are you defining global vvariable string2?
2. Why did you define all KS & Cash? You could just simply create something as. switch(ks) case 1: GivePlayerMoney etc. etc
3. Why are you using 256 strings when you dont need them?
PHP Code:
format(str, sizeof(str), "[KILLSTREAK] ~g~%s has performed a ~y~double kill!", KillerName);
4. Why are you defining global vvariable string2?