08.08.2013, 20:25
No... instead of doing this:
You can do this:
https://sampwiki.blast.hk/wiki/Switch#switch
pawn Код:
if(..)
else if(..)
else if(..)
else if(..)
else
pawn Код:
switch(..)
case 0:
case 1:
case 2:
default: