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

okay I just began to script 2 days ago so I am not that pro at this stuff

public OnPlayerCommandText(playerid, cmdtext[])
{
if strcmp("/cars",true)
{
if (IsPlayerInAnyVehicle(playerid)) {
SetVehiclePos(GetPlayerVehicleID(playerid),2129.75 , 1449.55, 12.46);
} else {
SetPlayerPos(playerid,2129.75, 1449.55, 12.46);
}
}
return 0;
}

I get error 035: argument type mismatch (argument 2) when I add that, what could be the problem?
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by Zechey - 11.11.2009, 13:27
Re: error 035: argument type mismatch (argument 2) - by [XST]O_x - 11.11.2009, 13:32
Re: error 035: argument type mismatch (argument 2) - by Zechey - 11.11.2009, 14:04
Re: error 035: argument type mismatch (argument 2) - by [MKD]Max - 15.08.2011, 11:55

Forum Jump:


Users browsing this thread: 1 Guest(s)