5165 Source FB / SS Problem

03/01/2011 22:09 ~quablerist~#1
I have a problem with my SS / FB on my Server ...
The Characters can FB/SS while they jump ...
Anyone know how to fix it ?
03/01/2011 22:54 12tails#2
you must put a timer to check the jump distance...
03/02/2011 01:15 Syst3m_W1z4rd#3
Can't you always shoot fb/ss in air?
03/02/2011 01:37 thomastur#4
system wizzard is right, you can do that in real co to, that's not bug.
03/03/2011 22:23 ~quablerist~#5
I can do that all the time .. nvm in air or on ground and I can do it 3 times each scond ;D Thats not like in real co ;D
03/04/2011 11:09 Syst3m_W1z4rd#6
Example on what you could do.

if (LastUse >= LastUse.AddMilliSeconds(500))//Change to whatever you want, this is 0.5 sec
{
LastUse = DateTime.Now;
Skill.Use();
}
else
Message.Send("You cannot use the skill right now");
05/03/2011 20:33 Grealka#7
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Example on what you could do.

if (LastUse >= LastUse.AddMilliSeconds(500))//Change to whatever you want, this is 0.5 sec
{
LastUse = DateTime.Now;
Skill.Use();
}
else
Message.Send("You cannot use the skill right now");
where to put this dude?? im new help me pls :))
05/03/2011 20:45 Spirited42#8
Quote:
Originally Posted by Grealka View Post
where to put this dude?? im new help me pls :))
It's psudocode. You don't put it anywhere, he's just making an example.
05/03/2011 21:16 _DreadNought_#9
Dude read my thread and use the SEARCH BUTTON. My thread is out there.

Toa summed it up perfect.
"Its not a bug its a feature"

But how to stop it is also posted and covered in detail in that thread. search :)
05/03/2011 21:35 Grealka#10
yea dude i found that and where to put that in skills.cs?
mb i look like im stupid but im not dude i wanna just to learn something anyway ty :)
05/07/2011 00:10 Grealka#11
any1 will answer me or ?????
and sry for dubble post ...
05/07/2011 00:56 Spirited42#12
Quote:
Originally Posted by Grealka View Post
any1 will answer me or ?????
and sry for dubble post ...
[Only registered and activated users can see links. Click Here To Register...]