Question Help: Big Problem, with script..
#5

pawn Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    SetGameModeText("Blank Script");
    for(new i = 0; i < 300; i++)
    {
    switch(i)
    {
      case 0 .. 11, 13 .. 15, 17.. 26, 28 .. 45, 47 .. 49, 51 .. 58, 60 .. 67, 69 .. 89, 91 .. 119, 121 .. 136, 138 .. 149, 151, 153 .. 156, 160 .. 166, 168 .. 191, 193 .. 226, 228, 229, 231 .. 259, 261 .. 263, 265 .. 273, 278, 281, 286, 288 .. 295: continue;
      default : AddPlayerClass(i, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    }
    }
    return 1;
}
Reply


Messages In This Thread
Question Help: Teams System Problem. - by Speed++ - 30.06.2012, 00:40
Re: Question Help: Big Problem, with script.. - by Faisal_khan - 30.06.2012, 01:54
Re: Question Help: Big Problem, with script.. - by [A]ndrei - 30.06.2012, 06:28
Re: Question Help: Big Problem, with script.. - by Speed++ - 30.06.2012, 11:06
Re: Question Help: Big Problem, with script.. - by [MM]RoXoR[FS] - 30.06.2012, 12:00
Re: Question Help: Big Problem, with script.. - by Speed++ - 30.06.2012, 12:36
Re: Question Help: Big Problem, with script.. - by MadeMan - 30.06.2012, 16:45
Re: Question Help: Big Problem, with script.. - by Speed++ - 30.06.2012, 16:57
AW: Question Help: Big Problem, with script.. - by Nero_3D - 30.06.2012, 23:43

Forum Jump:


Users browsing this thread: 1 Guest(s)