onplayerentervehicle
#1

What is the problem it's not working..

This code is inside a filterscript .

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
	if(ispassenger == 0)
	{
		if(vehicleid == 448)
		{
			SendClientMessage(playerid, COLOR_YELLOW, "Welcome to the PizzaBike mission!");
			SendClientMessage(playerid, COLOR_YELLOW, "All the credits goes to Paul Diamant.");
			ShowPlayerDialog(playerid, DIALOG_PIZZA_START, 0, "Pizza Mission", "Welcome to the Huge pizza mission,\nTo start your mission HIT Start\nTo quit HIT leave", "Start", "Leave");
		}
	}
	return 1;
}
Reply


Messages In This Thread
onplayerentervehicle - by PaulDinam - 27.09.2012, 19:58
Re: onplayerentervehicle - by Vince - 27.09.2012, 20:31
Re: onplayerentervehicle - by PaulDinam - 27.09.2012, 21:02
Re: onplayerentervehicle - by mamorunl - 28.09.2012, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)