public OnVehicleStreamIn( vehicleid, forplayerid ){ new string[ 16 ]; format( string, sizeof( string ), "LS - %d", vehicleid ); SetVehicleNumberPlate( vehicleid, string ); SetVehicleToRespawn( vehicleid ); return 1;}