[Duda] Como arreglo estas warnings?
#1

Buenas! el siguiente comando me tira estбs dos warnings



Quote:

C:\Users\Usuario\Desktop\Vortex\gamemodes\Vortex.p wn(4284 : warning 225: unreachable code
C:\Users\Usuario\Desktop\Vortex\gamemodes\Vortex.p wn(42854) : warning 225: unreachable code

Codigo:

Код:
CMD:obtener(playerid, params[])
{
	if(sscanf(params, "s[10]", params[0])) return SendClientMessage(playerid, -1, "/obtener semillas, /obtener crack");
	if(strcmp("marihuana", params[0], true) == 0)	{
    Info[playerid][pDrugPoints] = Info[playerid][pDrugPoints] -3; return SendClientMessage(playerid, COLOR_WHITE, "No tienes materia prima");
	SendClientMessageEx(playerid, COLOR_LIGHTBLUE, " Acabas de comprar una bolsa de semillas de hierba de la Casa de Drogas. ");
	Info[playerid][pMats] += 25;
    return 1;
	}
	else if(strcmp("crack", params[0], true) == 0)	{
    Info[playerid][pDrugPoints] = Info[playerid][pDrugPoints] -3; return SendClientMessage(playerid, COLOR_WHITE, "No tienes materia prima");
	SendClientMessageEx(playerid, COLOR_LIGHTBLUE, " Acabas de comprar una bolsa de semillas de hierba de la Casa de Drogas. ");
	Info[playerid][pCrack] += 25;
    return 1;
	}
	return 1;
}
Gracias de antemano!
Reply


Messages In This Thread
[Duda] Como arreglo estas warnings? - by amateurguy - 08.02.2016, 20:56
Respuesta: [Duda] Como arreglo estas warnings? - by aoEXE - 08.02.2016, 21:02
Respuesta: [Duda] Como arreglo estas warnings? - by amateurguy - 08.02.2016, 21:05
Respuesta: [Duda] Como arreglo estas warnings? - by aoEXE - 08.02.2016, 21:33
Respuesta: [Duda] Como arreglo estas warnings? - by amateurguy - 08.02.2016, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)