[Ajuda] Warning 202
#1

Code : Aparece ao compilar warning 202 number of arguments does not match definition
if(strcmp("/heliposto", cmd, true) == 0)
{
if(IsPlayerInAnyVehicle(playerid))
{
SetPlayerInterior(playerid, 0);
SetVehiclePosEx(GetPlayerVehicleID(playerid), 1007.497192, -936.742431, 48.211837);
LinkVehicleToInterior(GetPlayerVehicleID(playerid) , 0);
}
else
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1007.497192,-936.742431,48.211837);
}

return 1;
}
Reply


Messages In This Thread
Warning 202 - by ClaudioG231 - 09.04.2017, 16:30
Re: Warning 202 - by WILK3R - 09.04.2017, 16:38
Re: Warning 202 - by ClaudioG231 - 09.04.2017, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)