boolean command
#2

You set toggle to false when it is equal to false. Do this instead:
Replace:
Код:
if(toggle == false)
With:
Код:
if(toggle == true)
or with:
Код:
if(toggle)
Reply


Messages In This Thread
boolean command - by JXF - 11.07.2016, 18:14
Re: boolean command - by Freaksken - 11.07.2016, 18:23
Re: boolean command - by Vince - 11.07.2016, 18:33
Re: boolean command - by JXF - 11.07.2016, 18:39
Re: boolean command - by Freaksken - 11.07.2016, 18:40
Re: boolean command - by JXF - 11.07.2016, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)