ItsMods

Full Version: So Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]