Quote:
Originally Posted by killdahobo99
Quote:
Originally Posted by Abernethy
I'm not sure, maybe..
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { if (vehicleID == /*CAR ID*/) { SetPlayerInterior(playerid, /*INTERIOR*/); } return 1; }
|
for some reason that crashed my server
|
Did you use the vehicle ID or the model ID?