27.09.2012, 19:58
What is the problem it's not working..
This code is inside a filterscript .
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;
}

