Where did those warnings come from?
#9

pawn Код:
if (classid == 0 || classid == 1 || classid == 2 || classid == 4) { do; }
More efficent:
pawn Код:
switch (classid)
{
    case 0, 1, 2, 4: // classid is 0-4
}
Reply


Messages In This Thread
Where did those warnings come from? - by nuriel8833 - 15.05.2011, 17:11
Re: Where did those warnings come from? - by cs_master - 15.05.2011, 17:18
Re: Where did those warnings come from? - by nuriel8833 - 15.05.2011, 17:28
Re: Where did those warnings come from? - by cs_master - 15.05.2011, 17:35
Re: Where did those warnings come from? - by Raimis_R - 15.05.2011, 17:35
Re: Where did those warnings come from? - by nuriel8833 - 15.05.2011, 17:39
Re: Where did those warnings come from? - by Raimis_R - 15.05.2011, 17:42
Re: Where did those warnings come from? - by nuriel8833 - 15.05.2011, 18:00
Respuesta: Where did those warnings come from? - by admantis - 15.05.2011, 18:01
Re: Where did those warnings come from? - by __ - 15.05.2011, 18:03

Forum Jump:


Users browsing this thread: 4 Guest(s)