Sign in to follow this  
Whitey

No Damage Einstellung (Solved)

3 posts in this topic

Hallo Leute.

Ich habe ein Problem mit der class infiSTAR_handleDamage Einstellung.

Spoiler

class infiSTAR_handleDamage {
    /*
        This whole handleDamage does not effect admins!
    */
    enable = "false";

    /*
        PvP_ReflectDamage option should reflect damage from player vs player (the player still takes damage)
    */
    PvP_ReflectDamage = "false";

    /*
        PvP_BlockDamage option should block damage from player vs player
    */
    PvP_BlockDamage = "true";

    /*
        PvP_useZones will load PvP_ReflectDamage and PvP_BlockDamage only if people are not within a range of the given xyz coordinates!
        {{X,Y,Z},RADIUS}
    */
    PvP_useZones = "false";
    zones[] = {
        {{0,0,0},1},
        {{1,1,1},1},
        {{2,2,2},1}
    };

    /*
        block damage completely if the source of the damage is NULL
        (for example if you crash into a bush the source is NULL)
    */
    BlockNullSource = "true";
};

Obwohl die Einstellung "PvP_BlockDamage = "true";" ist bekommen die Spieler Schaden.

Weis da wer rat?

LG Whitey.

Edited by Whitey

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.