[Duda] Por quй tengo estos errores?
#6

El error estб en el code que me pasaste:

Код:
stock GetATMID(playerid)
{
	for(new i=0; i<MAX_ATM; i++)
	{
		if(PlayerToPoint(MAX_DISTANCE_TO_PROP, playerid, ATMInfo[i][ATMx],ATMInfo[i][ATMy],ATMInfo[i][ATMz]))
		{
			return i;
		}
	}
	return 1;
}
Esta es la linea del error:
Код:
if(PlayerToPoint(MAX_DISTANCE_TO_PROP, playerid, ATMInfo[i][ATMx],ATMInfo[i][ATMy],ATMInfo[i][ATMz]))
Reply


Messages In This Thread
[Duda] Por quй tengo estos errores? - by asfawfas - 11.04.2015, 14:39
Respuesta: [Duda] Por quй tengo estos errores? - by Goncho28 - 11.04.2015, 17:49
Respuesta: [Duda] Por quй tengo estos errores? - by CrashCar - 11.04.2015, 17:53
Respuesta: [Duda] Por quй tengo estos errores? - by asfawfas - 11.04.2015, 19:08
Respuesta: [Duda] Por quй tengo estos errores? - by CrashCar - 11.04.2015, 20:24
Respuesta: [Duda] Por quй tengo estos errores? - by asfawfas - 12.04.2015, 17:10
Respuesta: [Duda] Por quй tengo estos errores? - by TheMatius - 12.04.2015, 21:50
Respuesta: [Duda] Por quй tengo estos errores? - by asfawfas - 13.04.2015, 00:14

Forum Jump:


Users browsing this thread: 1 Guest(s)