Results 1 to 10 of 141

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Spamming the boards! Dupstep's Avatar
    Join Date
    Jan 2011
    Replies
    55
    Country
    Estonia
    Xfire
    Dupstep
    May I ask how you know the kill and deaths value?
    As the defualt config,the 1 kill should give you 3XP in Jaymod.
    In ETPro its diffrent,sometimes 1XP,sometimes 2XP or sometimes even 5XP.
    Depends.So the calculating will be wrong of counting kills&deaths.
    And please,add the TZAC code to scanner code.
    Code:
    		if (strlen($this->GetServerVariable('sl_sv_version'))>2) { $sf[] = 'slac'; $ac[] = 'slac'; }
    		if (strlen($this->GetServerVariable('ac_sv_version'))>2) { $sf[] = 'tzac'; $ac[] = 'tzac'; }
    EDIT:
    To prevent this kind effects.
    Add the mod excepts.
    So if it
    Code:
         switch($this->GetServerVariable('gamename'));
                  case 'jaymod' $calculatenr = '2';
                  case 'etpro' $calculatenr = '1';
    And so on.
    Last edited by Dupstep; 26-08-2011 at 18:47. Reason: Added text

Posting Permissions