22.06.2014, 17:01
Quote:
You can't easily compare strings with == or check the strings length by => <= > even <
You need strcmp, and strlen. pawn Код:
pawn Код:
|

You can't easily compare strings with == or check the strings length by => <= > even <
You need strcmp, and strlen. pawn Код:
pawn Код:
|