error /20 command
#3

Use

Код:
stock Get2DZone(zone[], len, Float:x, Float:y )
{
 	for(new i = 0; i != sizeof(SA_GPS_ZONE_NAMES); i++ ){
	if(x >= SA_GPS_ZONE_NAMES[i][Zone_Area][0] && x <= SA_GPS_ZONE_NAMES[i][Zone_Area][3] && y >= SA_GPS_ZONE_NAMES[i][Zone_Area][1] && y <= SA_GPS_ZONE_NAMES[i][Zone_Area][4]){
	return format(zone, len, SA_GPS_ZONE_NAMES[i][Zone_Name], 0);}
	}
	return 0;
}
and define Loc
Reply


Messages In This Thread
error /20 command - by DerickClark - 12.05.2013, 01:35
Re: error /20 command - by Hoborific - 12.05.2013, 01:37
Re: error /20 command - by feartonyb - 12.05.2013, 01:45
Re: error /20 command - by DerickClark - 12.05.2013, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)