29.12.2010, 11:46
My problem is. How can i make a system when passenger enter's a vehicle for example a bus, then he will go into an interior
public OnPlayerEnterVehicle( playerid, vehicleid, ispassenger )
{
if( ispassenger == 1 )
{
// Information for interior and position here
}
return 1;
}