1

Topic: [QUESTION] How can i give scorepoints?

Its possible to give scorepoints if i am admin?
There is any command for that?

2

Re: [QUESTION] How can i give scorepoints?

If you're talking about vanilla gametypes (CTF, DM, TDM), then no there's not.

while(!Success())
    TryAgain();
Try until you succeed.

3 (edited by 2016-10-11 00:07:53)

Re: [QUESTION] How can i give scorepoints?

@Neox thats sad :c

Neox wrote:

If you're talking about vanilla gametypes (CTF, DM, TDM), then no there's not.

And in Monster mod?

4 (edited by Neox 2016-10-11 00:31:43)

Re: [QUESTION] How can i give scorepoints?

There isn't either. But if I ever recode it, I think I'll add such a command.

while(!Success())
    TryAgain();
Try until you succeed.

5

Re: [QUESTION] How can i give scorepoints?

I have modified the monstermod quite some time ago and also put a command to add scorepoints (addscore). You can find the source and releases here: https://github.com/H-M-H/Monster_HMH/releases

Luck is allowed

6

Re: [QUESTION] How can i give scorepoints?

HMH wrote:

I have modified the monstermod quite some time ago and also put a command to add scorepoints (addscore). You can find the source and releases here: https://github.com/H-M-H/Monster_HMH/releases

I dont know how to compile xD
I only know to make servers if you give me the .exe :c
HEELP ;-;

7 (edited by Neox 2016-10-14 09:14:56)

Re: [QUESTION] How can i give scorepoints?

http://puu.sh/rIsjh/aa45674e3c.zip
Here, I coded it for you. Command is add_score <id> <score>. id -1 adds score to everybody

while(!Success())
    TryAgain();
Try until you succeed.

8

Re: [QUESTION] How can i give scorepoints?

Neox wrote:

http://puu.sh/rI4y9/45a5d940a9.zip
Here, I coded it for you. Command is add_score <id> <score>. id -1 adds score to everybody

I love you <3

9

Re: [QUESTION] How can i give scorepoints?

Neox wrote:

http://puu.sh/rI4y9/45a5d940a9.zip
Here, I coded it for you. Command is add_score <id> <score>. id -1 adds score to everybody

The program can't start because libgcc_s_dw2-1.dll is missing D;

10

Re: [QUESTION] How can i give scorepoints?

I updated the link. I also fixed the crashbug (the one fixed on 0.6.3) and changed the version to 0.6.3

while(!Success())
    TryAgain();
Try until you succeed.