08.01.2011, 20:00
pawn Code:
new input;
format(input, sizeof(input), "%i", inputtext);
if(input < 12 || input > 120)
{
It says:
PHP Code:
(407) : error 035: argument type mismatch (argument 1)
(407) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.