My request is like the title, how do I get a reward every 10 kills I want a code that works automatically without using something like:
PHP Code:
switch(count )
{
case 10: //get reward
case 20: //get reward
case 30: //get reward
case 40: //get reward
case 50: //get reward
}