IsPlayerAtDealership help ??
#1

Hey, I need some help in how to add more dealerships... :S
A friend told me to post in here, and get some help on how to add more dealerships..
Anyways, the code he told me to make with coords is this:

Код:
public IsAtDealership(playerid)
{
	if(IsPlayerConnected(playerid))
	{
	    if(PlayerToPoint(25.0,playerid,3029.8376,-2045.4829,3.4229,7.2077,1,1) || PlayerToPoint(50,playerid,2325.4622,-1223.5625,22.2046,270.8142,161,161) || PlayerToPoint(35,playerid,2149.4558,-1166.3368,23.3749,268.8391,1,146) || PlayerToPoint(50,playerid,2737.8115,-1876.1163,9.4239,359.9999,237,65) || PlayerToPoint(50,playerid,564.1442,-1267.4377,16.8385,0.6290,54,1))
		{
			return 1;
		}
Reply


Messages In This Thread
IsPlayerAtDealership help ?? - by xemper - 08.01.2011, 12:48
Re: IsPlayerAtDealership help ?? - by Jefff - 08.01.2011, 13:35
Re: IsPlayerAtDealership help ?? - by xemper - 08.01.2011, 14:57
Re: IsPlayerAtDealership help ?? - by Mr.Stranger - 08.01.2011, 15:16
Re: IsPlayerAtDealership help ?? - by Jefff - 08.01.2011, 15:21
Re: IsPlayerAtDealership help ?? - by xemper - 08.01.2011, 16:27
Re: IsPlayerAtDealership help ?? - by xemper - 08.01.2011, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)