20.01.2012, 06:24
Quote:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) // Remove this if you don't want to show the messages below when a player enters a vehicle. { ShowVehicleControlDialog(playerid); return 1; } |
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) // Remove this if you don't want to show the messages below when a player enters a vehicle. { ShowVehicleControlDialog(playerid); return 1; } |