Quote:
Originally Posted by Y_Leѕѕ
You just basically tripled the time that code takes to run!
Also:
Try that code, I know, and I suspect you know, what people THINK it should do, but try it. Also, slightly more arbitrary, but still possible, bits of code with unexpected results due to bad macro composition:
pawn Код:
if (pClass(a == 10 ? 100 : 101))
Think what you would expect from those bits of code, then see what you really get.
|
I made that macro for myself (not for this forum), not gonna use that code what you write.
I'm just using
pawn Код:
if(pClass(100) || pClass(200) || pClass(300))
{
SendClientMsg...
gTeam...