I have a bug with my /elevator command.
#2

Try this:

Код:
command(elevator, playerid, params[])
{
	#pragma unused params
	if(IsPlayerInRangeOfPoint(playerid, 5, -218.80146790, 1007.80938721, 20.42116928) || IsPlayerInRangeOfPoint(playerid, 5, -218.832098, 984.969726, 19.158166))
{
		if(Groups[Player[playerid][Group]][CommandTypes] == 1 || Groups[Player[playerid][Group]][CommandTypes] == 4)
	    {
			ShowPlayerDialog(playerid, 3928, DIALOG_STYLE_LIST, "Elevator", "Vehicles\nInterior", "Select", "Cancel");
		}
	}
	return 1;
}
Hope i helped
Reply


Messages In This Thread
What is wrong with this command? - by patfay - 14.11.2010, 20:39
Re: I have a bug with my /elevator command. - by Camacorn - 14.11.2010, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)