


Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Napisano 18.11.2010 23:04
Napisano 18.11.2010 23:27
Napisano 19.11.2010 14:15
Napisano 19.11.2010 14:39
heh, Oglądałeś chociaż filmik.
Na byle jaki serwer nie tylko FUN
Napisano 19.11.2010 15:18
Napisano 20.11.2010 15:45
Napisano 20.11.2010 21:21
Napisano 24.11.2010 21:05
Napisano 26.11.2010 01:03
Kompilator i tak to przekłada jakby ify byłyNo i ten piękny switch...
switch(iPing)Kurde, czemu nie można zrobić po prostu tak:
{
case 1..10: iDistort = random(10);
case 11..20: iDistort = random(20);
case 21..30: iDistort = random(30);
case 31..40: iDistort = random(40);
case 41..50: iDistort = random(50);
case 51..60: iDistort = random(60);
case 61..70: iDistort = random(70);
case 71..80: iDistort = random(80);
case 81..90: iDistort = random(90);
case 91..100: iDistort = random(100);
case 101..110: iDistort = random(110);
case 111..120: iDistort = random(120);
case 121..130: iDistort = random(130);
case 131..140: iDistort = random(140);
case 141..150: iDistort = random(150);
case 151..160: iDistort = random(160);
case 161..170: iDistort = random(170);
case 171..180: iDistort = random(180);
case 181..190: iDistort = random(190);
case 191..200: iDistort = random(200);
case 201..210: iDistort = random(210);
case 211..220: iDistort = random(220);
case 221..230: iDistort = random(230);
case 231..240: iDistort = random(240);
case 241..250: iDistort = random(250);
case 251..1000: iDistort = random(255);
}
if(iPing > 255) iPing = 255?
iDistort = random(iPing)
Użytkownik Seba edytował ten post 26.11.2010 01:13
Napisano 26.11.2010 14:40
Napisano 26.11.2010 20:22
if(iPing > 255) iPing = 255 else if(iPing<11) iPing = 12; iDistort = random_num(iPing-10,iPing)
0 użytkowników, 0 gości, 0 anonimowych