Jump to content
  • 0

Unknown cmd 200


Heretic121

Question

So, while attempting to create a single-fire toggle script I'm getting "Unknown cmd 200" when firing whilst aforementioned script is "on".

 

Google is showing nothing about the error. Forums don't have anything. The script works perfectly fine except for the annoying error which is clogging up my console lol.

 

Anyone know what it is? Or any ideas on how to fix it?

 

For those that have seen single-fire toggles before mine is: 

 

 

+attack;-attack;

 

I've tried adding a wait in between, I've tried without the trailing semi-colon. Nothing's gotten rid of the error :(

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Thanks for the reply, Lain :D

 

I managed to fix it with a little help from Karma. He gave me a 3 shot script and from that I was able to work out the problem.

Here's the working code for it, in case anyone is interested in it:

 

+attack; wait 5; -attack; wait 5

 

So no trailing semi-colon, and properly spaced.

Link to comment
Share on other sites

  • 0

So what you are trying to make is a script to make a AK-47 single-fire?

+attack;wait 2;-attack;

That is what i think might work. Not tried it but i think you just needed to add the ;wait 2;

Edited by LainTime SwE
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.