resetting kill counter?
#1

I have this on the top of my script: new TeamKills[MAX_TEAMS];
Now i don't have restarts in my server but how do i put the kills to 0 again?
Reply
#2

You could make command, that would set it to 0.
Reply
#3

I have a server that changes the map all the time, It need to be done automaticly.
Reply
#4

If TeamKills is about team members killing opponents, then you could try adding
pawn Код:
TeamKills[MAX_TEAMS] = 0;
under
pawn Код:
public OnGameModeInit()
I am not sure if it will work, but it should.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)