[HELP] stock
#2

I do not know what it is you actually would like, so from what i could understand, i hope this will help you
Код:
enum
{
	cID,
	Float:CompanyX,
	Float:CompanyY,
	Float:CompanyZ
}
new CompanyInformation[Info];

stock InRangeOfCompany();
{
	if(IsPlayerInRangeOfPoint(playerid, CompanyInformation[Info][CompanyX], CompanyInformation[Info][CompanyY], CompanyInformation[Info][CompanyZ], 0.5))
	{
		if(IsPlayerAdmin(playerid))
		{
			SendClientMessage(playerid, -1, "Company ID: %d", CompanyInformation[Info][cID]);
			return 1;
		}	
	}
	return 1;
}
Reply


Messages In This Thread
[HELP] stock - by shulk - 29.06.2013, 11:03
Re: [HELP] stock - by GODEX - 29.06.2013, 11:39
Re: [HELP] stock - by shulk - 29.06.2013, 12:05
Re: [HELP] stock - by GODEX - 29.06.2013, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)