bug with random weitht output
#8

I changed it to this
pawn Код:
if(Level >= 0 && Level < 50) { Caught = random(7, 20); }
                    else if(Level >= 50 && Level < 100) { Caught = random(20, 50); }
                    else if(Level >= 100 && Level < 200) { Caught = random(50, 100); }
                    else if(Level >= 200 && Level < 400) { Caught = random(60, 140); }
                    else if(Level >= 400 && Level < 500) { Caught = random(60, 170); }
But that gave me this output
pawn Код:
C:\Users\Maya\Desktop\gf_july21_2016.pwn(30507) : warning 202: number of arguments does not match definition
C:\Users\Maya\Desktop\gf_july21_2016.pwn(30508) : warning 202: number of arguments does not match definition
C:\Users\Maya\Desktop\gf_july21_2016.pwn(30509) : warning 202: number of arguments does not match definition
C:\Users\Maya\Desktop\gf_july21_2016.pwn(30510) : warning 202: number of arguments does not match definition
C:\Users\Maya\Desktop\gf_july21_2016.pwn(30511) : warning 202: number of arguments does not match definition
Reply


Messages In This Thread
bug with random weitht output - by MayaEU - 20.07.2016, 21:29
Re: bug with random weitht output - by Codeah - 20.07.2016, 22:14
Re: bug with random weitht output - by MayaEU - 20.07.2016, 22:29
Re: bug with random weitht output - by Nero_3D - 20.07.2016, 23:16
Re: bug with random weitht output - by MayaEU - 20.07.2016, 23:44
Re: bug with random weitht output - by Nero_3D - 20.07.2016, 23:52
Re: bug with random weitht output - by MayaEU - 20.07.2016, 23:58
Re: bug with random weitht output - by MayaEU - 21.07.2016, 00:04
Re: bug with random weitht output - by VVWVV - 21.07.2016, 01:25
Re: bug with random weitht output - by Nero_3D - 21.07.2016, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)