Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So Help
#1
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]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.