07.09.2011, 08:07
Hi guys, I'm trying to ask what the inputtext was, so this is my code:
But I get error: error 035: argument type mismatch (argument 1)
I also tried:
but that didn't work either.
This is my action:
\
EDIT:
Fixed, just used "inputtext" in place of the "action" bit.
pawn Code:
if(strcmp(action,"change pin",true) == 0)
I also tried:
pawn Code:
if(action, "change pin", true)
This is my action:
pawn Code:
new action = strvalEx(inputtext);
EDIT:
Fixed, just used "inputtext" in place of the "action" bit.