Quote:
Originally Posted by Silent-Death
so many things are wrong with this idea.. just to make it short for everyone i`ll just say you are wasting your time trying this.
|
well iam a rookie when it comes to programming but i was thinking that the code for leaving the botjail will be like this -pseudo code iam writing atm-
{{
if player has been botjailed for 1 time
print you need to pay 1k cps
if player pays 1k cps let him out
else print you cant leave
else if player has been botjailed for 2 times
print you need to pay 5k cps
if player pays 5k cps let him out
else print you cant leave
else player has been botjailed for 3 times
print you cant leave botjail
}}
now my idea is fooling the system by entering the the 1st if conditional
iknow that this might sound silly but its worth a shot, can u please iterate what are those so many wrong things with this idea if u dont mind?