error 035: argument type mismatch (argument 1)
#2

pawn Код:
stock IsNumeric(const string[])
It has to be a string as the input. You can just use inputtext for the IsNumeric function then use fare for the rest of your code.

pawn Код:
if(IsNumeric(fare))
//To
if(IsNumeric(inputtext))
Reply


Messages In This Thread
error 035: argument type mismatch (argument 1) - by SkyWinder - 22.10.2011, 21:16
Re: error 035: argument type mismatch (argument 1) - by [HiC]TheKiller - 22.10.2011, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)