29.11.2013, 01:28
Well you should paste the whole for more clearer view of the code.
What you're doing wrong is messing up declaration of a string.
Strings are declared like this:
What you're doing wrong is messing up declaration of a string.
Strings are declared like this:
pawn Код:
new inputtext[50],str[100];