їQuй tiene de malo el comando?
#1

Cuando pongo /dejar renta me dice El parбmetro colocado no corresponde a ninguna opciуn de este comando. їQuй hice mal con el comando?

Код:
CMD:dejar(playerid, params[])
{
	if(!sscanf(params, "s[6]", params[0])) return SendClientMessageEx(playerid, COLOR_RED, "* El parбmetro colocado no corresponde a ninguna opciуn de este comando.");
	{
		if(strcmp(params[0],"renta",true) == 0)
		{
			if(HireKey[playerid] == 9999)return SendClientMessageEx(playerid, COLOR_RED, "* No tienes ningъn vehнculo aquilado.");
			SetVehicleToRespawn(HireKey[playerid]);
			SetVehicleParamsEx(HireKey[playerid], 0, 0, 0, 0, 0, 0, 0);
			HireKey[playerid] = 9999;
		}
		else SendClientMessageEx(playerid, COLOR_PIEL, "* Debe indicar parбmetros para el comando(/dejar), ejemplo: /dejar renta.");
	}
	return 1;
}
Reply


Messages In This Thread
їQuй tiene de malo el comando? - by Fagrinht - 12.06.2016, 22:33
Respuesta: їQuй tiene de malo el comando? - by Ghost112397 - 12.06.2016, 22:49
Re: їQuй tiene de malo el comando? - by F1N4L - 12.06.2016, 22:50
Respuesta: їQuй tiene de malo el comando? - by Ghost112397 - 12.06.2016, 22:54
Respuesta: Re: їQuй tiene de malo el comando? - by Fagrinht - 12.06.2016, 23:26
Respuesta: їQuй tiene de malo el comando? - by Goncho28 - 13.06.2016, 01:42

Forum Jump:


Users browsing this thread: 3 Guest(s)