Ok so I wanna make so when hunters knife zombies they get 200 pts and when they shoot they get 100 pts is it possible
[code]
if(self.pers["knife"] - self.ck > 0)
{
self.pointz += 200;
self.ck++;
self notify("CASH");
}
[code]
[code]
if(self.pers["knife"] - self.ck > 0)
{
self.pointz += 200;
self.ck++;
self notify("CASH");
}
[code]