27.12.2011, 21:11
You can't use "vehicleid" to get the model id.
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(GetVehicleModel(vehicleid) == 416)
{
SendClientMessage(playerid, 0xFFFF00FF, "You have entered an ambulance. Heal people with /heal");
}
return 1;
}