0 Members and 1 Guest are viewing this topic.
Sleep(120);
for DC := 1 to 32 do if GetPlayerStat(DC, 'Active') = true then begin if GetPlayerStat(DC, 'Alive') = true then begin case Klasse[DC] of 'Berserker': if Ticks mod (60 * 8) = 0 then ForceWeapon(DC, 14, 255, 0); 'Mage': if Ticks mod (60 * 7) = 0 then ForceWeapon(DC, 14, 255, 0); 'Thief': if Ticks mod (60 * 9) = 0 then ForceWeapon(DC, 14, 255, 0); 'Ninja': if Ticks mod (60 * 7) = 0 then ForceWeapon(DC, 14, 255, 0); 'Engineer': if Ticks mod (60 * 7) = 0 then ForceWeapon(DC, 14, 255, 0); end; end; end;
...Able to turn invisible for a short time (15s?) after 5 kills.Able to deflect knives by using knife's melee-attack....(knives that explode when they hit a polygon?)...
...1 - Able to turn invisible for a short time (15s?) after 5 kills.2 - Able to deflect knives by using knife's melee-attack.3 - (knives that explode when they hit a polygon?)