15.03.2019, 17:39
Quote:
You can't compare strings like that. Use strcmp (cmp stands for compare)
pawn Код:
|
how do I get dialog's inputtext and put it under 'gender' variable?
Код:
new gender = inputtext;
error 001: expected token: "-string end-", but found "-identifier-"