DAZZLE'S UPGRADE PACK

If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.

CTF Script

Modding questions, answers, help.....

Moderators: Warfare, Moderator, Admin

User avatar
*Sheena*
Veteran Member
Veteran Member
Posts: 797
Joined: Thu Dec 28, 2006 7:15 pm
Location: Florida

CTF Script

Post by *Sheena* »

Who has it and is it possible I can get it?
had a few ideas
User avatar
Scyth
Veteran Member
Veteran Member
Posts: 884
Joined: Thu Dec 28, 2006 4:53 am
Location: Belgium

Re: CTF Script

Post by Scyth »

Talk sense to a fool and he calls you foolish
User avatar
*Sheena*
Veteran Member
Veteran Member
Posts: 797
Joined: Thu Dec 28, 2006 7:15 pm
Location: Florida

Re: CTF Script HELP

Post by *Sheena* »

Can somone tell me why The CTF script will take away your shooting capabilities after your killed? have to go to the reload after spawning... it seems to happen to me because I am Adm...
and why does it kill the whole team if a team member should mistakenly kills his team member...
any ideas?.
User avatar
TMG Leader
Veteran Light
Veteran Light
Posts: 962
Joined: Mon Jun 25, 2007 10:31 am
Location: In my refrigerator....

Re: CTF Script

Post by TMG Leader »

Okay, I don't usually have this problem when I am playing CTF in your(even when I am logged in) server or mine. I can't tell you why this is happening but here are some things you can try. The only things to deal with the projectiles are these lines.

Code: Select all

if($Suicided[%client])
   {
      //%client.player.setprojectile("NoAmmoProjectile");
      schedule(%waittorespawn2,false,"ssetprojectile",%client,"ZeroProjectile");
   }
}
and

Code: Select all

function ssetprojectile(%client,%weapon)
{
  %client.player.setprojectile(%weapon);
}
You said it happens when you get killed. I have no idea why it does that. But the first box states that it should only do that if you dive. Try removing the anti dive script.

Then the team killing script. It shouldn't be killing your whole team. It only says it should kill the team killer.

Code: Select all

//team killer
            %killer.incScore(-1,0);
            %killer.hurtMe(9999999999999999);
I find the tking script annoying so I removed it. But to fix your problem remove this

Code: Select all

            %killer.hurtMe(9999999999999999);
from the tker script. It wont kill the killer or in your case the whole team.
First to fall, last man standing.
User avatar
*Sheena*
Veteran Member
Veteran Member
Posts: 797
Joined: Thu Dec 28, 2006 7:15 pm
Location: Florida

Re: CTF Script

Post by *Sheena* »

thanks i'll try it

Who is online

Users browsing this forum: Amazon [Bot], ClaudeBot [Bot] and 20 guests