19.02.2011, 03:30
In top of a script:
In command of create vehicle:
In OnPlayerEnterVehicle:
pawn Код:
new admincar;
pawn Код:
admincar = CreateVehicle.....
pawn Код:
if(vehicleid == admincar)
{
// do smth
}