14.12.2010, 15:57
Try putting it here:
Use forplayerid instead of playerid
and of course
if(vehicle == ObjectiveVehicle1) - put this in there, so it checks if the vehicle is the objective vehicle. Replace the name with yours
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
return 1;
}
and of course
if(vehicle == ObjectiveVehicle1) - put this in there, so it checks if the vehicle is the objective vehicle. Replace the name with yours