23.06.2010, 12:49
Change this:
to
pawn Код:
if(model != 509 && 481 && 510)
pawn Код:
if(model != 509 && model != 481 && model != 510)