Disable?
#2

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new m=GetVehicleModel(vehicleid);
    if(m == 520 || m == 425)
    {
        // do something?
    }
    return 1;
}
Reply


Messages In This Thread
Disable? - by Cenation - 21.06.2011, 15:22
Re: Disable? - by Patrik356b - 21.06.2011, 15:27
Re: Disable? - by PCheriyan007 - 21.06.2011, 15:28
Re: Disable? - by Cenation - 21.06.2011, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)