їQuй tiene de malo el comando?
#3

Код:
CMD:dejar(playerid, params[])
{
	if(isnull(params)) return SendClientMessageEx(playerid, COLOR_RED, "* El parбmetro colocado no corresponde a ninguna opciуn de este comando.");
	
	if(strcmp(params,"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: 2 Guest(s)