03.07.2012, 11:38
Hi everyone,
I am getting really sick of this, I am making a Car database system, but i keep getting errors at the login part..
Here is the piece of code that gives the error:
The thing that is being typed is a Integer, something like 9475475, so it's not a string..
anyone any idea on how to solve this?
Thanks
I am getting really sick of this, I am making a Car database system, but i keep getting errors at the login part..
Here is the piece of code that gives the error:
pawn Код:
if(response)
{
SetPVarInt(playerid,"UsedLoginCode",inputtext);//here is the argument type mismatch, 3th argument
LoginCardatabase(playerid);
}
anyone any idea on how to solve this?
Thanks