[Ajuda] warning alguem ajuda.
#1

warning 202: number of arguments does not match definition
Код:
CMD:comprar(playerid, params[])
{
	new Model;
	if(sscanf(params,"d",Model))
	{
	    SendClientMessage(playerid, -1,"/comprar [Modelo]");
 	}
 	new carro;
	for(carro = 0; carro <= 15; carro++)
	{
		if(fexist("/Orgs/OrgFBI/Carros/%d.ini"),carro)
		{
		    new
			INI:ini = INI_Open("/Orgs/OrgFBI/Carros/%d.ini",carro);// aqui esta o warning
  			new Float:x, Float:y, Float:z,Float:Angle;
			GetPlayerFacingAngle(playerid, Angle);
	     	GetPlayerPos(playerid, x, y, z);
			INI_WriteFloat(ini,"Cordenadax",x);
			INI_WriteFloat(ini,"Cordenaday",y);
			INI_WriteFloat(ini,"Cordenadaz",z);
			INI_WriteFloat(ini,"Angulo",Angle);
			INI_WriteInt(ini, "Modelo", Model);
			INI_Close(ini);
			break;
		}
	}
	return 1;
}
ja tentei de tudo q eu sei =[
Reply


Messages In This Thread
warning alguem ajuda. - by loukofire - 05.04.2015, 01:16
Re: warning alguem ajuda. - by ProKillerpa - 05.04.2015, 01:46
Re: warning alguem ajuda. - by Dayvison_ - 05.04.2015, 01:48

Forum Jump:


Users browsing this thread: 1 Guest(s)