Priivate Vehicles Problem
#3

this might work:

PHP код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
    if(
vehicleid == PrivateVehicle[PV][PrivateVehicleId]) 
    {
           if(
Player[playerid][PlayerName] != PrivateVehicle[PV][PrivateVehicleOwner])
           {
                   if(!
ispassenger)
                   {
                           
RemovePlayerFromVehicle(playerid);
                   }
            }
    }
    return 
1;

Reply


Messages In This Thread
Priivate Vehicles Problem - by Brokenbreaken - 20.01.2013, 10:28
Re: Priivate Vehicles Problem - by Sellize - 20.01.2013, 10:40
AW: Priivate Vehicles Problem - by Harry :) - 20.01.2013, 10:49
Re: Priivate Vehicles Problem - by Brokenbreaken - 20.01.2013, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)