/drink doesn't work
#4

Код:
public IsAtBar(playerid)
{
    if(IsPlayerConnected(playerid))
	{
		if(PlayerToPoint(4.0,playerid,495.7801,-76.0305,998.7578) || PlayerToPoint(4.0,playerid,499.9654,-20.2515,1000.6797) || PlayerToPoint(4.0,playerid,-8.64,16.17,973.31)  || PlayerToPoint(4.0,playerid, -1968.7980,103.9036,27.6875))
		{//In Alpha bar (with girlfriend), and in Havanna
		    return 1;
		}
		else if(PlayerToPoint(4.0,playerid,1215.9480,-13.3519,1000.9219) || PlayerToPoint(10.0,playerid,-2658.9749,1407.4136,906.2734) || PlayerToPoint(10.0,playerid,861.0741,-2279.7566,3.4358))
		{//PIG Pen
		    return 1;
		}
		else if(PlayerToPoint(4.0,playerid,1955.37,1017.33,992.47) || PlayerToPoint(4.0,playerid,1946.24,1018.49,992.47))
		{//Casino
		    return 1;
		}
	}
	return 0;
}
I try change id from 10 in 391, but the command doesn't work anyway, when I type /drink it not show me any message !
Reply


Messages In This Thread
/drink doesn't work - by MrBlake - 29.07.2011, 15:50
Re: /drink doesn't work - by iPLEOMAX - 29.07.2011, 16:05
Re: /drink doesn't work - by Snipa - 29.07.2011, 16:36
Re: /drink doesn't work - by MrBlake - 29.07.2011, 17:49
Re: /drink doesn't work - by JackBauer. - 29.07.2011, 19:17
Re: /drink doesn't work - by Snipa - 29.07.2011, 19:20
Re: /drink doesn't work - by MrBlake - 30.07.2011, 06:51
Re: /drink doesn't work - by TouR - 30.07.2011, 09:01
Re: /drink doesn't work - by MrBlake - 30.07.2011, 09:29
Re: /drink doesn't work - by MrBlake - 30.07.2011, 09:33

Forum Jump:


Users browsing this thread: 2 Guest(s)